Skip to main content

TcxGridChartItem.VisibleDisplayTexts Property

Returns the display text for a particular item value from the VisibleValues collection.

Declaration

property VisibleDisplayTexts[AIndex: Integer]: string read;

Property Value

Type
string

Remarks

By default, the display text is determined using the GetValueDisplayText function.

You can handle the chart item’s OnGetValueDisplayText event to customize the display text for each item value displayed in a chart.

See Also