Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartHistogramAxisCategory.CategoriesInReverseOrder Property

Specifies if the order of categories is reversed.

#Declaration

Delphi
property CategoriesInReverseOrder: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

True if the order of categories is reversed; otherwise, 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