ChartInteractiveMode

Description

The ChartInteractiveMode enumeration contains interactivity modes.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Selection. Selection mode for chart objects. Double-clicking a chart object opens a dialog box for editing the format of this object.
1 Hyperlinks. Hyperlink mode.
2 ReadOnly. The mode without interactivity.
3 Zoom. Scale mode. By default, the chart is scaled along the X and Y axes. Use the IChart.ZoomMode property to specify scale mode.
4 EditByPoint. Edit mode of the series by points.
5 EditByDrawing. Edit mode of the series by drawing.
6 AlignObjects. Mode of mutual alignment of objects.
7 EditLevelLine. Level lines edit mode.

See also:

Chart Assembly Enumerations