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 |
|
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