UiChart.OnGetGroupName

Syntax

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

Parameters

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

Args - parameter that enables the user to determine event parameters.

Description

The OnGetGroupName event enables the user to determine a chart group name.

Comments

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

Example

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

See also:

UiChart