Skip to main content
A newer version of this page is available. .

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

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