FlexPivot for WinForms
PieLabelOverlapping 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : PieLabelOverlapping 列挙体
Specifies how to handle pie data labels that are outside the corresponding pie segment.
シンタックス
'宣言
 
Public Enum PieLabelOverlapping 
   Inherits System.Enum
public enum PieLabelOverlapping : System.Enum 
メンバ
メンバ解説
DefaultShow overlapped labels.
HideHide label if its content is larger than the corresponding pie segment.
TrimTrim label content if its width is larger than the corresponding pie segment.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.PieLabelOverlapping

参照

C1.Chart 名前空間