ZoomEnabled Property (AChart)

Returns or sets whether zoom in/out using mouse is enabled.

Syntax

[ 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

Comments

 

Example

The following statement checks AChart's ZoomEnabled flag:

if cht1.ZoomEnabled=True

Applies to

AChart

See Also