Skip to main content
A newer version of this page is available.

BootstrapPolarChartAxisLabelSettings.StaggeringSpacing Property

Adds a pixel-measured empty space between two staggered rows of axis labels. Applies only if BootstrapChartAxisLabelSettings.DisplayMode or BootstrapPolarChartAxisLabelSettings.OverlappingBehavior is “stagger“.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public override int StaggeringSpacing { get; set; }

Property Value

Type Description
Int32

An integer number that specifies an empty space in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to StaggeringSpacing
BootstrapPolarChartArgumentAxis
.Label.StaggeringSpacing
BootstrapPolarChartAxisSettingsBase
.Label.StaggeringSpacing
BootstrapPolarChartValueAxis
.Label.StaggeringSpacing
See Also