A class that provides data for the DataChanging event of a line chart.
The following tables list the members exposed by the LineDataChangingEventArgs type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the LineDataChangingEventArgs class. |
Name | Description | |
---|---|---|
![]() |
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. |
|
![]() |
The index of the series. |
|
![]() |
The index of the X-data. |
|
![]() |
The index of the Y-data. |