Summary
Indicates whether this instance automatically rescales the chart or not.
Syntax
public bool AutoRescale{ get; set; }
Example 1
[Indicator(AutoRescale = false)] public class SampleIndicator : Indicator
public bool AutoRescale{ get; set; }
[Indicator(AutoRescale = false)] public class SampleIndicator : Indicator