ComponentOne FlexChart for WinForms
AxisLabelAlignment Enumeration


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

Reference

C1.Chart Namespace