Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public enum DiscreteAxisDivisionMode

#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