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