BootstrapChartCommonAxisSettingsBuilder.DiscreteAxisDivisionMode(DiscreteAxisDivisionMode) Method
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.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapChartCommonAxisSettingsBuilder DiscreteAxisDivisionMode(
DiscreteAxisDivisionMode discreteAxisDivisionMode
)
#Parameters
Name | Type |
---|---|
discrete |
Discrete |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also