ChartZoomMode

Description

The ChartZoomMode enumeration contains scale modes.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. Scale is not used. Selecting this mode resets InteractiveMode to ReadOnly.
1 AxisX. Scale along the X axis only.
2 AxisY. Scale along the Y axis only.
3 AxisXY. Scale along the X and Y axes.
4 AxisYSec. Scale along the secondary Y axis only.
5 AxisXYSec. Scale along the X axis and the secondary Y axis.
6 AxisYYSec. Scale along the Y axis and the secondary Y axis.
7 AxisAll. Scale along all axes.

See also:

Chart Assembly Enumerations