ChartEditMode.EditStarted

Syntax

EditStarted: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: Point - edited point; Serie - edited series; Value - value before editing.  

Description

The EditStarted event occurs before editing chart values.

Example

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

See also:

ChartEditMode