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

BootstrapChartLegendSettings.Orientation Property

Specifies whether to place legend items horizontally or vertically.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(Orientation.Vertical)]
public Orientation Orientation { get; set; }

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

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