Sub OnGetGroupName(Sender: Object; Args: IUiChartGroupNameEventArgs);
Begin
//set of operators
End Sub OnGetGroupName;
Private Sub OnGetGroupName(Sender: System.Object; Args: Prognoz.Platform.Interop.Chart.UiChartGroupNameEventArgs);
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 OnGetGroupName event allows to determine 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: