TcxGridChartItemDataBinding.GetValueDisplayText(Variant) Method
Determines the display text for the chart item value passed as the AValue parameter.
Declaration
function GetValueDisplayText(const AValue: Variant): string; virtual;
Parameters
Name | Type |
---|---|
AValue | Variant |
Returns
Type |
---|
string |
Remarks
Handle the chart item’s OnGetDisplayText event to customize display text values.
See Also