Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The UiChartGroupCountEventArgs class implements parameters of the UiChart.OnGetGroupCount event.
The UiChart.OnGetGroupCount event enables the user to determine the number of chart groups.
Class to get analog of the UiChartGroupCountEventArgs class:
None;
Class to get analog of the UiChartGroupCountEventArgs class object:
UiChartGroupCountEventArgsClass();
Constructor name | Brief description | |
The Create constructor creates parameters of argument of the UiChart.OnGetGroupCount event. |
Property name | Brief description | |
The Result property determines the number of groups. |
See also: