TcxGridChartHistogramAxisCategory.CategoriesInReverseOrder Property
Specifies if the order of categories is reversed.
Declaration
property CategoriesInReverseOrder: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
Categories follow the same order as the corresponding values in the View’s data controller. The following factors affect the category display order:
Diagram type. In column, line, and area diagrams, categories are displayed from left to right. In bar diagrams, they are plotted from bottom to top.
Sort order applied to categories (Categories.SortOrder).
- Sort order applied to a particular series (SortOrder).
Set the CategoriesInReverseOrder
property to True
to reverse the current category display order.
Default Value
The CategoriesInReverseOrder
property’s default value is False
.
See Also