TcxGridChartItem.OnGetValueDisplayText Event
Enables you to customize the display text for a value of the chart item.
Declaration
property OnGetValueDisplayText: TcxGridChartGetValueDisplayTextEvent read; write;
Remarks
The text returned by handling this event will appear in:
Data labels on chart values.
The chart item and its value are passed as the Sender and AValue parameters, respectively.
See Also