UiChart.OnGetCategoryFormat

Syntax

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

Begin

//set of operators

End Sub OnGetCategoryFormat;

Parameters

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

Args - parameter that enables the user to determine event parameters.

Description

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.

Example

The example of use is given in description of the UiChart.OnGetCategoryName event.

See also:

UiChart