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

BootstrapChartAxisLabelSettings.StaggeringSpacing Property

Specifies the pixel-measured empty space between staggered rows when the BootstrapChartAxisLabelSettings.OverlappingBehavior property is set to “Stagger”.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(5)]
public virtual int StaggeringSpacing { get; set; }

Property Value

Type Default Description
Int32 5

An integer values specifying the space between staggered rows in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to StaggeringSpacing
BootstrapChartArgumentAxis
.Label.StaggeringSpacing
BootstrapChartAxisSettings
.Label.StaggeringSpacing
BootstrapChartAxisSettingsBase
.Label.StaggeringSpacing
BootstrapChartValueAxis
.Label.StaggeringSpacing
BootstrapPolarChartArgumentAxis
.Label.StaggeringSpacing
BootstrapPolarChartAxisSettingsBase
.Label.StaggeringSpacing
BootstrapPolarChartValueAxis
.Label.StaggeringSpacing
See Also