Click or drag to resize

StrategyBaseIsUserManaged Property

Gets or sets if the strategy is user managed or not. The property should be set when the strategy is in Initialize state

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected bool IsUserManaged { get; set; }

Property Value

Type: Boolean
See Also