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

BootstrapChartLegendSettings.VerticalAlignment Property

Specifies a legend‘s vertical position on the chart.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(VerticalAlign.NotSet)]
public VerticalAlign VerticalAlignment { get; set; }

Property Value

Type Default Description
VerticalAlign **NotSet**

One of the VerticalAlign enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to VerticalAlignment
BootstrapChart
.SettingsLegend.VerticalAlignment
BootstrapChartBase
.SettingsLegend.VerticalAlignment
BootstrapCoordinateSystemChart
.SettingsLegend.VerticalAlignment
BootstrapPieChart
.SettingsLegend.VerticalAlignment
BootstrapPolarChart
.SettingsLegend.VerticalAlignment

Remarks

The BootstrapChartLegendSettings.HorizontalAlignment property specifies the legend’s horizontal alignment.

See Also