Initializes a new instance of the LineDataChangingEventArgs class.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public LineDataChangingEventArgs ( |
Visual Basic
![]() |
---|
Public New ( _ |
The index of the X-data.
The index of the Y-data.
The index of the series.
The new value for the X-data.
The new value for the Y-data.
The old value for the X-data.
The old value for the Y-data.