Skip to main content
A newer version of this page is available. .

BootstrapChartCommonAxisSettings.DiscreteAxisDivisionMode Property

Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the “discrete“ type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(DiscreteAxisDivisionMode.BetweenLabels)]
public DiscreteAxisDivisionMode DiscreteAxisDivisionMode { get; set; }

Property Value

Type Default Description
DiscreteAxisDivisionMode **BetweenLabels**

One of the DiscreteAxisDivisionMode enumeration values.

Available values:

Name Description
BetweenLabels

Default. The ticks/grid lines are located between labels.

CrossLabels

The ticks/grid lines are located in front of labels.

Property Paths

You can access this nested property as listed below:

Object Type Path to DiscreteAxisDivisionMode
BootstrapChart
.SettingsCommonAxis.DiscreteAxisDivisionMode
BootstrapPolarChart
.SettingsCommonAxis.DiscreteAxisDivisionMode
See Also