UiChart.OnGetSerieGroupIndex

Fore Syntax

Sub OnGetSerieGroupIndex(Sender: Object; Args: IUiChartSerieGroupIndexEventArgs);
Begin
    //set of operators
End Sub OnGetSerieGroupIndex;

Fore.NET Syntax

Private Sub OnGetSerieGroupIndex(Sender: System.Object; Args: Prognoz.Platform.Interop.Chart.UiChartSerieGroupIndexEventArgs);
Begin
    //set of operators
End Sub;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

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

Comments

To determine name of chart series group, use UiChart.OnGetSerieGroupName.

Fore and Fore.NET examples

The event use is given in the example for IChart.DisplayMode.

See also:

UiChart