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.ValueAxisAtMaxCategory Property

Specifies if the value axis intersects the category axis at the max category value. This position corresponds to the last displayed category if the category order is not reversed.

#Declaration

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

#Property Value

Type Default Description
Boolean False
  • If False (default), the value axis intersects the category axis at the minimum category value.
  • If True, the value axis intersects the category axis at the maximum category value.

#Remarks

You can set the CategoriesInReverseOrder property to True to invert the category axis.

#Default Value

The ValueAxisAtMaxCategory property’s default value is False.

See Also