TransposeAxes method
Switches the x-axis with the y-axis.
Syntax
XYPlot1
.TransposeAxes
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.Example
Private Sub btnTransposeAxes() XYPlot1.TransposeAxes End Sub
Provide Feedback