Returns or sets a value that determines whether a chart element is displayed.
Syntax
object.Visible [ = boolean]
The Visible 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 | The chart, axis title, label, or marker are displayed. |
False | The elements are hidden. |