TcxGridChartCategories.VisibleDisplayTexts Property
Returns display text for a particular category value.
Declaration
property VisibleDisplayTexts[Index: Integer]: string read;
Property Value
Type | Description |
---|---|
string | A category display text string. |
Remarks
You can access category values displayed within a chart via the VisibleValues zero-based indexed collection. The display text for a particular value from this collection can be obtained from the VisibleDisplayTexts
collection using the same index.
Display text for a category value can be determined using the GetValueDisplayText function. You can handle the OnGetValueDisplayText event to customize display text for any category value.
Note
A diagram’s AxisCategory.CategoriesInReverseOrder property has no effect on the order of elements within VisibleDisplayTexts
and VisibleValues collections.
See Also