ResetZoom method (XY Plot object)
Resets the chart zoom.
Syntax
XYPlot1
.ResetZoom
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.Example
Private Sub btnResetZoom() XYPlot1.ResetZoom End Sub
Provide Feedback