ChartEditMode.Mode

Syntax

Mode: String;

Description

The Mode property determines mode of editing chart items.

Comments

Use JSON or the setMode method to set the property value, and the getMode method to get the property value.

Available values:

Value

Brief description

Pencil

Data is edited by drawing.

Point

Editing by points.

Draw

Data editing by specifying position with the mouse cursor.

Example

The example of property use is given in description of the ChartEditMode.activateSerie method.

See also:

ChartEditMode