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

BootstrapChartLegendSettings.ColumnCount Property

Specifies how many columns it takes to arrange legend items.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(0)]
public int ColumnCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the column number.

Property Paths

You can access this nested property as listed below:

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

Remarks

To arrange legend items, specify how many rows and columns they must occupy. To do this, use the BootstrapChartLegendSettings.RowCount and ColumnCount properties.

See Also