AxisScaling Properties
Contains numeric axis scale settings such as minimum and maximum values, orientation, and logarithmic scale options.| Name | Description |
|---|---|
| LogBase | Gets or sets the logarithm base for a logarithmic axis. |
| LogScale | Gets or sets whether the axis uses a logarithmic scale. |
| Max | Gets or sets the maximum axis value. |
| Min | Gets or sets the minimum axis value. |
| Orientation | Gets or sets the direction in which axis values are displayed. |
See Also