Skip to main content

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:

The chart item and its value are passed as the Sender and AValue parameters, respectively.

See Also