IsAutoScale
<< Click to Display Table of Contents >> IsAutoScale |
If true, the object will call CalculateMinMax() in order to determine the object's MinValue and MaxValue value used to scale the Y-axis of the chart.
This property returns true if the object's are included in the y-scale; otherwise, false. Default set to false for DrawingTools, but set to true for Indicators.
Warning: This property should ONLY bet set from the OnStateChange() method during State.SetDefaults or State.Configure |
IsAutoScale
protected override void OnStateChange() |