TcxGridChartItem.GetDisplayText Method
In This Article
Determines the descriptive text displayed for the chart item.
#Declaration
Delphi
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:
a category axis title (provided that a diagram’s AxisCategory.Title.Text property is assigned to an empty string);
Note
To determine the descriptive text displayed for the default categories, call the View’s Categories.
See Also