UiChartSetDataValueEventArgs

Description

The UiChartSetDataValueEventArgs class is used to work with parameters of the UiChart.OnSetDataValue event (changing value of a graph point).

Constructor

  Constructor name Brief description
Create The Create constructor creates arguments of the UiChart.OnSetDataValue event.

Class object properties inherited from IUiChartSetDataValueEventArgs

  Property name Brief description
Value The Value property determines a series point value.

Class object properties inherited from IUiChartEventArgs

  Property name Brief description
PointIndex The PointIndex property returns point number.
SerieIndex The SerieIndex property returns chart series number.

See also:

Chart Assembly Classes