RubberbandZoomEnable property (XY Plot object)
Returns or sets a value that indicates whether rubberband zoom is enabled. Read/write. Boolean.
Syntax
XYPlot1
.RubberbandZoomEnable
[ = value]where
XYPlot1 -
is the name of an XY Plot object or an expression that evaluates to an XY Plot object.value -
is a Boolean value that specifies whether RubberbandZoomEnable is True or False.Example
Private Sub SetRubberbandZoomEnable() XYPlot1.RubberbandZoomEnable = True End Sub
Provide Feedback