UiChartSetDataValueEventArgs
Description
The UiChartSetDataValueEventArgs class is used to work with parameters of the UiChart.OnSetDataValue event (changing value of a graph point).
Constructor
| |
Property name |
Brief description |
|
Value |
The Value property determines the series point value. |
Properties of class object inherited from IUiChartEventArgs
| |
Property name |
Brief description |
|
PointIndex |
The PointIndex property returns a point number. |
|
SerieIndex |
The SerieIndex property returns a chart series number. |
See also:
Chart Assembly Classes