BootstrapChartLegendSettings.RowCount Property
Specifies how many rows it takes to arrange legend items.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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 |
|
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