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

BootstrapChartLegendSettings.HorizontalAlignment Property

Specifies a legend‘s position on the chart.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlignment { get; set; }

Property Value

Type Default Description
HorizontalAlign **NotSet**

A HorizontalAlign enumeration’s value that specifies the legend’s horizontal alignment.

Property Paths

You can access this nested property as listed below:

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

Remarks

The BootstrapChartLegendSettings.VerticalAlignment property is used to specify the legend’s vertical alignment.

See Also