Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartAxisSettingsBase
.Label .StaggeringSpacing
See Also