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.DisplayText Property

Specifies the descriptive text for the chart item.

#Declaration

Delphi
property DisplayText: string read; write;

#Property Value

Type
string

#Remarks

To specify the descriptive text for categories, use the View’s Categories.DisplayText property.

Use the GetDisplayText function to determine the descriptive text displayed for the chart item.

For series, the descriptive text will appear in:

For categories and data groups, the descriptive text will appear in:

See Also