BootstrapChartLegendSettings.HorizontalAlignment Property
Specifies a legend‘s position on the chart.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.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 |
|---|---|
| BootstrapChartBase |
|
Remarks
The BootstrapChartLegendSettings.VerticalAlignment property is used to specify the legend’s vertical alignment.
See Also