Back to Devexpress

PolarChartOverlappingBehavior Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-90eb0b0d.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum PolarChartOverlappingBehavior
vb
Public Enum PolarChartOverlappingBehavior

Members

NameDescription
Hide

Hides certain axis labels leaving more space for the others.

| | None |

Leaves the labels overlapped.

|

The following properties accept/return PolarChartOverlappingBehavior values:

Remarks

The enumeration is used by the BootstrapPolarChartAxisLabelSettings.OverlappingBehavior property.

See Also

DevExpress.Web.Bootstrap Namespace