Back to Devexpress

AxisLabelDisplayMode Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5cdf7370.md

latest1.9 KB
Original Source

AxisLabelDisplayMode Enum

Lists values that define an axis label’s display mode.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum AxisLabelDisplayMode
vb
Public Enum AxisLabelDisplayMode

Members

NameDescription
Standard

Does not change the default disposition of axis labels.

| | Rotate |

Rotates axis labels through the angle specified by the BootstrapChartAxisLabelSettings.RotationAngle property.

| | Stagger |

Arranges axis labels in two rows in a staggering manner. An empty space between the rows is specified by the BootstrapChartAxisLabelSettings.StaggeringSpacing property.

|

The following properties accept/return AxisLabelDisplayMode values:

Remarks

Enumeration values are used by the BootstrapChartAxisLabelSettings.DisplayMode property.

See Also

Axes

Charts

DevExpress.Web.Bootstrap Namespace