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