Xuni Product Documentation - Xamarin.Forms
ChartPositionType Enumeration
Specifies the position of an axis or legend on the chart.
Syntax
public enum ChartPositionType : System.Enum 
Members
MemberDescription
Auto The item appears to the bottom of the chart when there is more vertical space and on the right when there is more horizontal space.
Bottom The item appears below the chart.
Left The item appears to the left of the chart.
None The item is not visible.
Right The item appears to the right of the chart.
Top The item appears above the chart.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.ChartCore.ChartPositionType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.ChartCore Namespace