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

NuGet Packages: DevExpress.Sparkline.Core, DevExpress.WindowsDesktop.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