WholeAxisRange Properties
Defines the minimum and possible values that can be displayed on an axis.| Name | Description |
|---|---|
| AutoCorrect | Gets or sets a value indicating whether or not it is necessary to automatically correct range values when chart data has been changed. |
| EndValue | Gets or sets the value identifying the end of the range. Inherited from AxisRangeBase. |
| EndValueInternal | Gets or sets the internal numerical representation of the range end value. Inherited from AxisRangeBase. |
| SideMargins | Specifies the space between the outermost series point and the edge of the diagram. |
| StartValue | Gets or sets the value identifying the start of the range. Inherited from AxisRangeBase. |
| StartValueInternal | Gets or sets the internal numerical representation of the range start value. Inherited from AxisRangeBase. |
See Also