Back to Devexpress

LegendOrientation Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-1cbfaea6.md

latest1.4 KB
Original Source

LegendOrientation Enum

Lists values used to specify the orientation of the legend.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum LegendOrientation

Members

NameDescription
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:

Remarks

Use this enumeration’s values to set the Legend.Orientation property.

See Also

DevExpress.XamarinForms.Charts Namespace