Skip to main content
A newer version of this page is available. .

LegendOrientation Enum

Lists values used to specify the orientation of the legend.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public enum LegendOrientation

Members

Name Description
LeftToRight

Legend items are positioned horizontally from the left to the right according to the corresponding series indexes within a chart view.

LegendOrientation.LeftToRight

TopToBottom

Legend items are positioned vertically from the top to the bottom according to the corresponding series indexes within a chart view.

LegendOrientation.TopToBottom

Related API Members

The following properties accept/return LegendOrientation values:

Remarks

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

See Also