FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / AxisLabelAlignment 枚举

本主题中
    AxisLabelAlignment 枚举
    本主题中
    Specifies axis label position.
    语法
    '声明
     
    Public Enum AxisLabelAlignment 
       Inherits System.Enum
    public enum AxisLabelAlignment : System.Enum 
    成员
    成员说明
    BottomAt the bottom.
    CenterAt the center.
    LeftAt the left.
    RightAt the right.
    TopAt the top.
    继承层次

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

    请参见