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

本主题中
    PieLabelPosition 枚举
    本主题中
    Specifies the position of data labels on the pie chart.
    语法
    '声明
     
    Public Enum PieLabelPosition 
       Inherits System.Enum
    public enum PieLabelPosition : System.Enum 
    成员
    成员说明
    AutoAutomatic label position.
    CenterThe item appears at the center of the pie slice.
    CircularThe item appears inside the pie slice and has circular direction.
    InsideThe label appears inside the pie slice.
    NoneNo data labels.
    OutsideThe item appears outside the pie slice.
    RadialThe item appears inside the pie slice and depends of its angle.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.PieLabelPosition

    请参见