LegendHorizontalPosition Enum
Lists values used to specify the legend’s horizontal position relative to the chart diagram.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public enum LegendHorizontalPosition
Members
Name | Description |
---|---|
Center
|
The legend is centered horizontally inside the chart diagram. |
Left
|
The legend is positioned inside the chart diagram and aligned to the left side. |
LeftOutside
|
The legend is positioned to the left of the chart diagram. |
Right
|
The legend is positioned inside the chart diagram and aligned to the right side. |
RightOutside
|
The legend is positioned to the right of the chart diagram. |
Related API Members
The following properties accept/return LegendHorizontalPosition values:
Remarks
Use this enumeration’s values to set the Legend.HorizontalPosition property.