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.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also