Skip to main content

PolarChartOverlappingBehavior Enum

Lists values that define how to arrange axis labels when there is insufficient space to keep all of them.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public enum PolarChartOverlappingBehavior

Members

Name Description
Hide

Hides certain axis labels leaving more space for the others.

None

Leaves the labels overlapped.

Related API Members

The following properties accept/return PolarChartOverlappingBehavior values:

Remarks

The enumeration is used by the BootstrapPolarChartAxisLabelSettings.OverlappingBehavior property.

See Also