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

TcxGridChartCategories.VisibleDisplayTexts Property

Returns display text for a particular category value.

#Declaration

Delphi
property VisibleDisplayTexts[Index: Integer]: string read;

#Property Value

Type Description
string

A category display text string.

#Remarks

You can access category values displayed within a chart via the VisibleValues zero-based indexed collection. The display text for a particular value from this collection can be obtained from the VisibleDisplayTexts collection using the same index.

Display text for a category value can be determined using the GetValueDisplayText function. You can handle the OnGetValueDisplayText event to customize display text for any category value.

Note

A diagram’s AxisCategory.CategoriesInReverseOrder property has no effect on the order of elements within VisibleDisplayTexts and VisibleValues collections.

See Also