UiChartSerieGroupIndexEventArgs

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The UiChartSerieGroupIndexEventArgs class implements parameters of the UiChart.OnGetSerieGroupIndex event.

Comments

The UiChart.OnGetSerieGroupIndex event allows to determine index of chart series group.

Fore.NET Syntax

Class to get analog of the UiChartSerieGroupIndexEventArgs class:

None;

Class to get analog of the UiChartSerieGroupIndexEventArgs class object:

UiChartSerieGroupIndexEventArgsClass();

Constructors

  Constructor name Brief description
The Create constructor creates parameters of argument of the UiChart.OnGetSerieGroupIndex event.

Class object properties inherited from IUiChartSerieGroupIndexEventArgs

  Property name Brief description
The Result property determines a chart series index.
The SerieIndex property returns chart series index.

See also:

Chart Assembly Classes