TcxGridChartCategories.GetValueDisplayText(Variant) Method
Returns display text for the specified category value.
Declaration
function GetValueDisplayText(const AValue: Variant): string;
Parameters
Name | Type | Description |
---|---|---|
AValue | Variant | The target category value. |
Returns
Type | Description |
---|---|
string | The display text string for the required category value. |
Remarks
The returned display text is used to display:
You can handle the OnGetValueDisplayText event to customize display text strings for category values.
Use the VisibleDisplayTexts zero-based indexed collection to obtain the display text for a particular category value by its on-screen position.
See Also