IUiChartGetTextEventArgs

Assembly: Chart;

Description

The IUiChartGetTextEventArgs interface is used to work with parameters of the UiChart.OnGetLabelText event.

Inheritance Hierarchy

          IEventArgs

          IUiChartEventArgs

          IUiChartCancelEventArgs

          IUiChartGetTextEventArgs

Properties

  Property name Brief description
Text The Text property determines a label text.

Properties inherited from IUiChartCancelEventArgs

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

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 Interfaces