Mode: String;
The Mode property determines mode of editing chart items.
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. |
The example of property use is given in description of the ChartEditMode.activateSerie method.
See also: