Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartItem.VisibleDisplayTexts Property

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

#Declaration

Delphi
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