Skip to main content

BootstrapChartLegendSettings.ItemsAlignment Property

Specifies the alignment of legend items.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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