HorizontalPosition Enum
Lists the values that specify the legend’s horizontal alignment within the chart.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
Left
|
The legend is positioned to the left of the Chart area. |
Left
|
The legend is positioned on the left side of the chart area. |
Center
|
Centers a legend horizontally within the chart area. |
Right
|
The legend is positioned on the right side of the Chart Area. |
Right
|
The legend is positioned to the right of the Chart area. |
#Related API Members
The following properties accept/return HorizontalPosition values:
#Remarks
The values listed by this enumeration are used to set the Legend.HorizontalPosition property.
For more information, refer to Legend.