BootstrapChartCommonAxisSettings.DiscreteAxisDivisionMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(DiscreteAxisDivisionMode.BetweenLabels)]
public DiscreteAxisDivisionMode DiscreteAxisDivisionMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Discrete |
Between |
One of the Discrete |
Available values:
Name | Description |
---|---|
Between |
Default. The ticks/grid lines are located between labels. |
Cross |
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 Discrete |
---|---|
Bootstrap |
|
See Also