Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The UiChartGroupNameEventArgs class implements parameters of the UiChart.OnGetGroupName event.
The UiChart.OnGetGroupName event enables the user to determine a 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 a group name on the chart. |
See also: