Skip to main content

TcxGridChartCategories.OnGetValueDisplayText Event

Occurs when the display text for a category value is to be determined.

Declaration

property OnGetValueDisplayText: TcxGridChartGetValueDisplayTextEvent read; write;

Remarks

The Sender parameter references options for default categories.

A category value is passed as the AValue parameter.

Return the category value display text via the ADisplayText parameter pre-initialized by a string representation of this value.

See Also