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 the size of a bubble of the bubble chart. |
| Property name | Brief description | |
| Result | The Result property determines whether the event has occurred. |
| Property name | Brief description | |
| PointIndex | The PointIndex property returns a point number. | |
| SerieIndex | The SerieIndex property returns a chart series number. |
See also: