ChartZoomMode

Description

The ChartZoomMode enumeration contains modes of scaling.

It is used by the following properties and methods:

Available Values

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

See also:

Chart Assembly Enumerations