Sub OnGetCategoryFormat(Sender: Object; Args: IUiChartCategoryFormatEventArgs);
Begin
//set of operators
End Sub OnGetCategoryFormat;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnGetCategoryFormat event enables the user to determine a format of point names for category axis.
NOTE. Names of points for the category axis can be set using the UiChart.OnGetCategoryName event.
The example of use is given in description of the UiChart.OnGetCategoryName event.
See also: