ChartEditMode.getIsEditing

Syntax

getIsEditing();

Description

The getIsEditing method returns whether the chart item is being edited.

Comments

This method return true if the chart item is being edited, and false if otherwise.

Example

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

See also:

ChartEditMode