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