SparklineRange Constructors
Represents a range to be used in DevExpress Sparkline controls.| Name | Parameters | Description |
|---|---|---|
| SparklineRange() | none | Initializes a new instance of the SparklineRange class with the default settings. |
| SparklineRange(Double, Double) | min, max | Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits. |
See Also