UiChart.OnGetSerieGroupName

Syntax

Sub OnGetSerieGroupName(Sender: Object; Args: IUiChartSerieGroupNameEventArgs);
Begin
    //set of operators
End Sub OnGetSerieGroupName;

Parameters

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

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

Description

The OnGetSerieGroupName event enables the user to determine a name of chart series group.

Comments

To determine index of chart series group, use UiChart.OnGetSerieGroupIndex.

Example

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

See also:

UiChart