C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / AxisLabelAlignment Enumeration


AxisLabelAlignment Enumeration
Specifies axis label position.
Syntax
'Declaration
 
Public Enum AxisLabelAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As AxisLabelAlignment
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.iOS.Chart.AxisLabelAlignment

See Also