[]
Initializes a new instance of the Range class with the specified lower and upper bounds and fill style.
public Range(double lowValue, double highValue, FillStyle fillStyle)
Type | Name | Description |
---|---|---|
double | lowValue | The lower bound of the range. |
double | highValue | The upper bound of the range. |
FillStyle | fillStyle | The fill style used to draw the range. |
Type | Condition |
---|---|
ArgumentNullException | Thrown when |