A class that holds data for the DataChanged event of the line chart.
The following tables list the members exposed by the LineDataChangedEventArgs type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the LineDataChangedEventArgs class. |
Name | Description | |
---|---|---|
![]() |
The new X-value. |
|
![]() |
The new Y-value. |
|
![]() |
The old X-value. |
|
![]() |
The old Y-value. |
|
![]() |
The index of the series. |
|
![]() |
Gets the index of the X-data. |
|
![]() |
Gets the index of the Y-data. |