TcxGridChartCategories.OnGetValueDisplayText Event
Occurs when display text for a category value is obtained.
Declaration
property OnGetValueDisplayText: TcxGridChartGetValueDisplayTextEvent read; write;
Remarks
The Sender parameter references options for default categories.
A category value is passed as the AValue parameter.
Assign the required display text string to the ADisplayText in an OnGetValueDisplayText event handler.
See Also