ChartEditMode.Edited

Syntax

Edited: function(sender, args);

Parameters

sender. Event source.

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

Description

The Edited event occurs after editing chart values is finished.

Example

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

See also:

ChartEditMode