Skip to main content

BootstrapChartLegendSettings.ColumnCount Property

Specifies how many columns it takes to arrange legend items.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartBase
.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