Sub OnGetGroupName(Sender: Object; Args: IUiChartGroupNameEventArgs);
Begin
//set of operators
End Sub OnGetGroupName;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnGetGroupName event enables the user to determine a chart group name.
To determine the number of chart groups, use UiChart.OnGetGroupCount.
The event use is given in the example for IChart.DisplayMode.
See also: