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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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 |
|
See Also