Skip to main content

TcxGridChartHistogramAxisCategory.ValueAxisBetweenCategories Property

Specifies whether a value axis crosses the category axis between categories.

Declaration

property ValueAxisBetweenCategories: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the ValueAxisBetweenCategories property to False to specify that a value axis should cross the category axis at a category tick mark. Otherwise, the intersection is between two adjacent category tick marks.

The default value of the ValueAxisBetweenCategories property is True.

See Also