Object Reference > Axis Object > Axis Object Properties > IsShowing Property (Axis) |
IsShowing Property (Axis)
Whether the axis is displayed.
Property IsShowing As Boolean
Note that the Y2-axis is never displayed unless a second chart group has been added, or the Multiplier property for the Y-axis is set.
Example
' Make Y2-axis visible
Chart2D1.ChartArea.Axes("Y2").IsShowing = True
See Also