maui-devexpress-dot-maui-dot-charts-f6d4b522.md
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
public enum LegendHorizontalPosition
| 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.
|
The following properties accept/return LegendHorizontalPosition values:
Use this enumeration’s values to set the Legend.HorizontalPosition property.
Yield<LegendHorizontalPosition>()
YieldIfNotNull<LegendHorizontalPosition>()
See Also