Skip to main content

BootstrapChartLegendSettings.RowCount Property

Specifies how many rows 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 RowCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the row number.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowCount
BootstrapChartBase
.SettingsLegend .RowCount

Remarks

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

See Also