IChart > Chart Assembly Interfaces > IUiChartSetDataValueEventArgs
The IUiChartSetDataValueEventArgs interface is used to work with parameters of the UiChart.OnSetDataValue event (change of a chart point value).
Property name | Brief description | |
![]() |
Value | The Value property determines a series point value. |
Property name | Brief description | |
![]() |
PointIndex | The PointIndex property returns point number. |
![]() |
SerieIndex | The SerieIndex property returns chart series number. |
See also: