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

BootstrapChartLegendSettings.RowCount Property

Specifies how many rows it takes to arrange legend items.

Namespace: DevExpress.Web.Bootstrap

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

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
BootstrapChart
.SettingsLegend.RowCount
BootstrapChartBase
.SettingsLegend.RowCount
BootstrapCoordinateSystemChart
.SettingsLegend.RowCount
BootstrapPieChart
.SettingsLegend.RowCount
BootstrapPolarChart
.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