BootstrapChartLegendSettings.Orientation Property
Specifies whether to place legend items horizontally or vertically.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Orientation | Vertical | One of the Orientation enumeration values. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Orientation |
---|---|
BootstrapChartBase |
|
Remarks
When this option is set to ‘vertical‘, legend items are displayed vertically (i.e., in a column). When this option is set to ‘horizontal‘, legend items are displayed horizontally (i.e, in a row).
See Also