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

本主题中
    LabelPosition 枚举
    本主题中
    Specifies chart data label position.
    语法
    '声明
     
    Public Enum LabelPosition 
       Inherits System.Enum
    public enum LabelPosition : System.Enum 
    成员
    成员说明
    AutoAutomatic label postion.
    BottomThe labels appear below the data points.
    CenterThe labels appear centered on the data points.
    LeftThe labels appear to the left of the data points.
    NoneNo data labels appear.
    RightThe labels appear to the right of the data points.
    TopThe labels appear above the data points.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.LabelPosition

    请参见