Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The UiChartSerieGroupNameEventArgs class implements parameters of the UiChart.OnGetSerieGroupName event.
The UiChart.OnGetSerieGroupName event enables the user to determine a name of chart series group.
Class to get analog of the UiChartSerieGroupNameEventArgs class:
None;
Class to get analog of the UiChartSerieGroupNameEventArgs class object:
UiChartSerieGroupNameEventArgsClass();
Constructor name | Brief description | |
The Create constructor creates parameters of argument of the UiChart.OnGetSerieGroupName event. |
Property name | Brief description | |
The Result property determines a chart series name. | ||
The SerieIndex property returns chart series index. |
See also: