Returns or sets whether zoom in/out using mouse is enabled.
[ bZoomEnabled = ] Object.ZoomEnabled
The ZoomEnabled property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AChart |
AChart control |
|
bZoomEnabled |
Bool |
Flag indicating whether zoom in/out using mouse is enabled |
The following statement checks AChart's ZoomEnabled flag:
if cht1.ZoomEnabled=True