AxisScaling Properties
Contains axis scaling options.| Name | Description |
|---|---|
| AutoMax | Gets or sets a value indicating whether the maximum value of the numerical or date axis should be set automatically based on the worksheet data. |
| AutoMin | Gets or sets a value indicating whether the minimum value of the numerical or date axis should be set automatically based on the worksheet data. |
| LogBase | Gets or sets a value specifying a logarithmic base for the logarithmic axis. |
| LogScale | Gets or sets a value indicating whether the value axis should display its numerical values using a logarithmic scale. |
| Max | Gets or sets the maximum value of the numerical or date axis. This may not be the same as the maximum value of the series associated with the axis. |
| Min | Gets or sets the minimum value of the numerical or date axis. This may not be the same as the minimum value of the series associated with the axis. |
| Orientation | Gets or sets the orientation of the axis on the chart. |
See Also