C1.Maui.Chart Assembly / C1.Chart Namespace / AxisLabelAlignment Enumeration
AxisLabelAlignment Enumeration
Specifies axis label position.
Syntax
public enum AxisLabelAlignment : System.Enum 
Members
MemberDescription
BottomAt the bottom.
CenterAt the center.
LeftAt the left.
RightAt the right.
TopAt the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.AxisLabelAlignment

See Also