Returns or sets a value that indicates whether the axis is automatically scaled.
Syntax
object.Auto [ = boolean]
The Auto property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that specifies whether the item is displayed, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | (Default) The axis is automatically scaled based on the data being charted. |
False | The axis is not automatically scaled. Values in DivisionsPerLabel and DivisionsPerTick are used to determine the scale. |