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

本主题中
    Position 枚举
    本主题中
    Specifies the position of chart element on the chart.
    语法
    '声明
     
    Public Enum Position 
       Inherits System.Enum
    public enum Position : System.Enum 
    成员
    成员说明
    AutoThe element is positioned automatically.
    BottomThe item appears below.
    BottomLeftThe element is at the bottom left aligned.
    BottomRightThe element is at the bottom right aligned.
    LeftThe element appears to the left.
    LeftBottomThe element is at the left bottom aligned.
    LeftTopThe element is at the left top aligned.
    NoneThe element is not visible.
    RightThe element appears to the right.
    RightBottomThe element is at the right bottom aligned.
    RightTopThe element is at the right top aligned.
    TopThe item appears above.
    TopLeftThe element is at the top left aligned.
    TopRightThe element is at the top right aligned.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.Position

    请参见