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