IsHorizontal Property (ChartArea)
Whether the chart is displayed normally (IsHorizontal is False) or inverted (IsHorizontal is True; X-axis becomes Y-axis, and vice versa).
Syntax
Property IsHorizontal As Boolean
Example
' Invert graph display
Chart2D1.ChartArea.IsHorizontal = True
See Also
ChartArea Object