UiChart.OnGetGroupName

Fore Syntax

Sub OnGetGroupName(Sender: Object; Args: IUiChartGroupNameEventArgs);
Begin
   //set of operators
End Sub OnGetGroupName;

Fore.NET Syntax

Private Sub OnGetGroupName(Sender: System.Object; Args: Prognoz.Platform.Interop.Chart.UiChartGroupNameEventArgs);
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 OnGetGroupName event allows to determine chart group name.

Comments

To determine the number of chart groups, use UiChart.OnGetGroupCount.

Fore and Fore.NET examples

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

See also:

UiChart