Returns or sets a value that determines whether the axis on a chart is hidden.
Syntax
object.Hide [ = boolean]
The Hide 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 axis is hidden, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | The axis scale, line, ticks and title are hidden. |
False | (Default) The axis appears on the chart. |