Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapPolarChart
.SettingsCommonAxis .DiscreteAxisDivisionMode
See Also