Skip to main content

BootstrapPolarChartAxisLabelSettings.OverlappingBehavior Property

Decides how to arrange axis labels when there is not enough space to keep all of them.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(PolarChartOverlappingBehavior.Hide)]
public PolarChartOverlappingBehavior OverlappingBehavior { get; set; }

Property Value

Type Default Description
PolarChartOverlappingBehavior Hide

One of the PolarChartOverlappingBehavior enumeration values.

Available values:

Name Description
Hide

Hides certain axis labels leaving more space for the others.

None

Leaves the labels overlapped.

Property Paths

You can access this nested property as listed below:

Object Type Path to OverlappingBehavior
BootstrapPolarChartAxisSettingsBase
.Label .OverlappingBehavior

Remarks

When axis labels overlap each other, you can rearrange them by setting the overlappingBehavior option. It accepts the following values.

  • Hide

    Hides certain axis labels leaving more space for the others.

  • None

    Leaves axis labels overlapped.

See Also