TcxGridChartItem.DisplayText Property
Specifies the descriptive text for the chart item.
Declaration
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:
the category axis title provided that the diagram’s AxisCategory.Title.Text property is assigned to an empty string;
See Also