Skip to main content

BootstrapChartLegendSettings.ColumnItemSpacing Property

Specifies a blank space between legend columns in pixels.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Int32 8

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ColumnItemSpacing
BootstrapChartBase
.SettingsLegend .ColumnItemSpacing

Remarks

The BootstrapChartLegendSettings.RowItemSpacing property specifies a blank space between legend rows in pixels.

See Also