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

SparklineRange.Limit2 Property

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

Namespace: DevExpress.Sparkline

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

Declaration

[DefaultValue(1)]
[XtraSerializableProperty]
public double Limit2 { get; set; }

Property Value

Type Default Description
Double 1

A Double value that specifies the second limit.

Remarks

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

See Also