Skip to main content

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

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