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.v23.2.Core.dll

NuGet Package: DevExpress.Sparkline.Core

Declaration

[DefaultValue(true)]
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