[]
Represents a qualitative range for GrapeCity.ActiveReports.Rendering.Components.Sparkline.SparklineChart.
public sealed class Range
Name | Description |
---|---|
Range(double, double, FillStyle) | Initializes a new instance of the Range class with the specified lower and upper bounds and fill style. |
Name | Description |
---|---|
MaxPropertyName | |
MinPropertyName |
Name | Description |
---|---|
Backdrop | Gets the FillStyle used to draw the range. |
IsEmpty | Gets a value indicating whether the range is empty, i.e., the lower bound is equal to the upper bound. |
LowerBound | Gets the lower bound of the range. |
UpperBound | Gets the upper bound of the range. |