Skip to main content

TcxGridChartHistogramAxisCategory.ValueAxisAtMaxCategory Property

Specifies whether a value axis intersects the category axis at the maximum category. This position corresponds to the last displayed category when categories are painted in the default plotting order.

Declaration

property ValueAxisAtMaxCategory: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

When the ValueAxisAtMaxCategory property is set to True a value axis is displayed at the maximum category. Otherwise, a value axis intersects the category axis at the minimum category.

You can reverse the plotting order of categories via the CategoriesInReverseOrder property. This repositions a value axis based upon the new plotting order.

The default value of the ValueAxisAtMaxCategory property is False.

See Also