Skip to main content

TcxGridChartLineDiagramAxisCategory.ValueAxisBetweenCategories Property

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

Declaration

property ValueAxisBetweenCategories; default False;

Property Value

Type Default
Boolean False

Remarks

The TcxGridChartLineDiagramAxisCategory class only modifies the default position of the category axis specific to line and area diagrams. Refer to the description of the ValueAxisBetweenCategories property in the ancestor class for details on specifying the position of a value axis.

The default value of the ValueAxisBetweenCategories property is False.

See Also