QualitativeRange Properties
Stores range settings of QualitativeAxisX.| Name | Description |
|---|---|
| Max | Gets or sets the end value of the axis scale. |
| Min | Gets or sets the start value of the axis scale. |
| SideMargin | Gets or sets the margin to extend the min and max values. Inherited from RangeBase. |
| VisualMax | Gets or sets the end value of the axis range displayed on the screen. |
| VisualMin | Gets or sets the start value of the axis range displayed on the screen. |
See Also