RubberbandZoomEnable 属性(XY 图对象)
返回或设置一个指示是否启用弹性缩放的值。读/写。布尔型。
语法
XYPlot1
.RubberbandZoomEnable
[ = value]其中
XYPlot1 -
是 XY 图对象的名称,或是对 XY 图对象求值的表达式。value
- 是一个布尔值,指定 RubberbandZoomEnable 为 True 还是 False。示例
Private Sub SetRubberbandZoomEnable() XYPlot1.RubberbandZoomEnable = True End Sub
提供反馈