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

BootstrapChartLegendSettings.ItemsAlignment Property

Specifies the alignment of legend items.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
HorizontalAlign **NotSet**

One of the HorizontalAlign enumeration values.

Property Paths

You can access this nested property as listed below:

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

Remarks

This option is useful when there is an odd count of items in the legend and they are placed in several columns.

See Also