FlexChart for WinForms
PieLabelPosition 列挙体

C1.Chart アセンブリ > C1.Chart 名前空間 : PieLabelPosition 列挙体
Specifies the position of data labels on the pie chart.
シンタックス
'宣言
 
Public Enum PieLabelPosition 
   Inherits System.Enum
public enum PieLabelPosition : System.Enum 
メンバ
メンバ解説
Auto
Automatic label position.
Center
The item appears at the center of the pie slice.
Circular
The item appears inside the pie slice and has circular direction.
Inside
The label appears inside the pie slice.
None
No data labels.
Outside
The item appears outside the pie slice.
Radial
The item appears inside the pie slice and depends of its angle.
Sides
The item appears outside the pie on the left or right from equal distance from the center.
継承階層

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

参照

参照

C1.Chart 名前空間