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