DiscreteAxisDivisionMode Enum
Lists values for ticks and grid lines positioning on a discrete axis in case the discrete axis is divided.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
Name | Description |
---|---|
BetweenLabels
|
Default. The ticks/grid lines are located between labels. |
CrossLabels
|
The ticks/grid lines are located in front of labels. |
Related API Members
The following properties accept/return DiscreteAxisDivisionMode values:
Remarks
The enumeration is used by the BootstrapChartCommonAxisSettings.DiscreteAxisDivisionMode property.
See Also