Sub OnGetCategoryFormat(Sender: Object; Args: IUiChartCategoryFormatEventArgs);
Begin
//set of operators
End Sub OnGetCategoryFormat;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to define event parameters.
The OnGetCategoryFormat event enables to determine format of point names for the category axis.
NOTE. You can specify names of points for the category axis using the UiChart.OnGetCategoryName event.
Example of Use is given in description of the UiChart.OnGetCategoryName event.
See also: