Skip to content

AutoRescale Property

Summary

Indicates whether this instance automatically rescales the chart or not. Default value is true.

Signature

1
public bool AutoRescale {get; set;}

Return Value

bool

Declaring Type

cAlgo.API.IndicatorAttribute

Examples

1
2
 [Indicator(AutoRescale = false)]
 public class SampleIndicator : Indicator

Last update: March 23, 2023