BootstrapChartLegendSettings.VerticalAlignment Property
Specifies a legend‘s vertical position on the chart.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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 |
|
Remarks
The BootstrapChartLegendSettings.HorizontalAlignment property specifies the legend’s horizontal alignment.
See Also