RubberBandZoom method (XY Plot object)
Enables rubberband zooming.
You can use this method even though the toolbar or the Rubberband Zoom
button is hidden. However, if the rubberband zooming function is disabled with the
RubberbandZoomEnable
VBA property, this method won't work.Syntax
XYPlot1
.RubberBandZoom
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.Example
Private Sub btnRubberBandZoom() XYPlot1.RubberBandZoom End Sub
Provide Feedback