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

SparklineRange.Limit1 Property

Gets or sets a value specifying the first limit of the range.

Namespace: DevExpress.Sparkline

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

Declaration

[DefaultValue(0)]
public double Limit1 { get; set; }

Property Value

Type Default Description
Double 0

A Double value that specifies the first limit.

Remarks

Use the Limit1 and SparklineRange.Limit2 properties to specify range limits. Note that if the SparklineRange.IsAuto property is set to true, range limits are calculated automatically.

See Also