Skip to main content

BootstrapChartLegendSettings.VerticalAlignment Property

Specifies a legend‘s vertical position on the chart.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartBase
.SettingsLegend .VerticalAlignment

Remarks

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

See Also