Skip to main content

TcxGridChartItem.GetDisplayText Method

Determines the descriptive text displayed for the chart item.

Declaration

function GetDisplayText: string;

Returns

Type
string

Remarks

To specify this text, use the DisplayText property.

For series, the descriptive text will appear in:

For data groups, the descriptive text will appear in:

Note

To determine the descriptive text displayed for the default categories, call the View’s Categories.GetDisplayText function.

See Also