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