Back to Devexpress

SparklineRange Class

corelibraries-devexpress-dot-sparkline-31d90dec.md

latest1.7 KB
Original Source

SparklineRange Class

Represents a range to be used in DevExpress Sparkline controls.

Namespace : DevExpress.Sparkline

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

NuGet Package : DevExpress.Sparkline.Core

Declaration

csharp
public sealed class SparklineRange
vb
Public NotInheritable Class SparklineRange

The following members return SparklineRange objects:

LibraryRelated API Members
WinForms ControlsRepositoryItemSparklineEdit.ValueRange
.NET Reporting ToolsXRSparkline.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

SparklineRange Members

DevExpress.Sparkline Namespace