maui-devexpress-dot-maui-dot-charts-f289d020.md
Lists values used to specify the orientation of the legend.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public enum LegendOrientation
| Name | Description |
|---|---|
LeftToRight |
Legend items are positioned horizontally from the left to the right according to the corresponding series indexes within a chart view.
|
| TopToBottom |
Legend items are positioned vertically from the top to the bottom according to the corresponding series indexes within a chart view.
|
The following properties accept/return LegendOrientation values:
Use this enumeration’s values to set the Legend.Orientation property.
YieldIfNotNull<LegendOrientation>()
See Also