Skip to main content

SparklineRange.IsAuto Property

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

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v24.1.Core.dll

NuGet Package: DevExpress.Sparkline.Core

Declaration

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

Property Value

Type Description
Boolean

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

See Also