UiChart.OnGetLabelText

Syntax

UiChart1OnGetLabelText(Sender: Object; Args: IUiChartGetTextEventArgs);

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnGetLabelText event enables the user to determine a custom format of data displayed in data labels.

Comments

The event occurs when a chart is rendered.

Example

The event use is given in the example for IChart.DisplayMode.

See also:

UiChart