Skip to main content
A newer version of this page is available. .

SparklineRange.IsAuto Property

Gets or sets a value indicating whether or not range limits should be calculated automatically.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v18.2.Core.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[DefaultValue(true)]
[XtraSerializableProperty]
public bool IsAuto { get; set; }

Property Value

Type Default Description
Boolean **true**

true to calculate range limits automatically; false to use the SparklineRange.Limit1 and SparklineRange.Limit2 property values.

See Also