Skip to main content

TcxGridChartHistogramAxisCategory.ValueAxisBetweenCategories Property

Specifies if the value axis crosses the category axis between categories.

Declaration

property ValueAxisBetweenCategories: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
  • If True (default), the value axis intersects the category axis between two adjacent tick marks.
  • If False, the value axis intersects the category axis at a category tick mark.

Remarks

Default Value

The ValueAxisBetweenCategories property’s default value is True.

See Also