FlexPivot for WinForms
PieLabelPosition 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : 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

参照

C1.Chart 名前空間