UiChart.OnGetCategoryFormat

Syntax

Sub OnGetCategoryFormat(Sender: Object; Args: IUiChartCategoryFormatEventArgs);

Begin

//set of operators

End Sub OnGetCategoryFormat;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to define event parameters.

Description

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

Example of Use is given in description of the UiChart.OnGetCategoryName event.

See also:

UiChart