The IUiChartGatDataValueEventArgs interface is used to work with parameters of the UiChart.OnGetDataValue event (chart plotting).
| Property name | Brief description | |
| The Editable property determines whether a series value can be edited in this point. | ||
| The Value property is used to determine source data for the OY axis. | ||
| The Value property is used to specify source data for the OX axis if the chart type is scatter. | ||
| The Value3 property determines bubble chart bubble size. |
| Property name | Brief description | |
![]() |
Result | The Result property determines whether an event has occurred. |
| Property name | Brief description | |
![]() |
PointIndex | The PointIndex property returns point number. |
![]() |
SerieIndex | The SerieIndex property returns chart series number. |
See also: