UiChartGetDataValueEventArgs

The UiChartGatDataValueEventArgs class is used to work with parameters of the UiChart.OnGetDataValue event (chart plotting).

Constructors

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

Class object properties inherited from IUiChartGetDataValueEventArgs

  Property name Brief description
Editable The Editable property determines whether a series value can be edited in this point.
Value The Value property is used to determine source data for the OY axis.
Value2 The Value property is used to determine source data for the OX axis, if the chart type is scatter.

Class object properties inherited from IUiChartCancelEventArgs

  Property name Brief description
Result The Result property determines whether an event has occurred.

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