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

BootstrapChartLegendSettings.RowItemSpacing Property

Specifies a blank space between legend rows in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(8)]
public int RowItemSpacing { get; set; }

Property Value

Type Default Description
Int32 8

An integer value that specifies a blank space between legend rows in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowItemSpacing
BootstrapChart
.SettingsLegend.RowItemSpacing
BootstrapChartBase
.SettingsLegend.RowItemSpacing
BootstrapCoordinateSystemChart
.SettingsLegend.RowItemSpacing
BootstrapPieChart
.SettingsLegend.RowItemSpacing
BootstrapPolarChart
.SettingsLegend.RowItemSpacing

Remarks

The BootstrapChartLegendSettings.ColumnItemSpacing property specifies a blank space between legend columns in pixels.

See Also