TcxGridChartCategories.GetDisplayText Method
Returns text displayed for default categories.
Declaration
function GetDisplayText: string;
Returns
Type | Description |
---|---|
string | The display text string for default categories. |
Remarks
To specify this text, use the DisplayText property.
The text string returned by the GetDisplayText
function is used in the following UI elements:
- A category axis title visible if a diagram’s AxisCategory.Title.Text property is set to an empty string.
- A chart toolbox for the corresponding data level.
See Also