IDataEditingEventArgs

12 Sep 20251 minute to read

Properties

newValue number

Defines the new value of the point after the drag operation has started.

oldValue number

Defines the old value of the point before the drag operation started.

point Points

Defines the point being dragged.

pointIndex number

Defines the index of the point within the series.

series Series

Defines the series to which the point belongs.

seriesIndex number

Defines the index of the series containing the point.