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

SparklineRange Class

Represents a range to be used in DevExpress Sparkline controls.

Namespace: DevExpress.Sparkline

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

Declaration

public sealed class SparklineRange

The following members return SparklineRange objects:

Library Related API Members
WinForms Controls RepositoryItemSparklineEdit.ValueRange
Reporting XRSparkline.ValueRange

Remarks

The SparklineRange class introduces the SparklineRange.Limit1 and SparklineRange.Limit2 properties, which specify the limits of the range. If the SparklineRange.IsAuto property is set to true, range limits are calculated automatically.

Inheritance

Object
SparklineRange
See Also