FlexChart for WinForms
LabelPosition 列挙体

C1.Chart アセンブリ > C1.Chart 名前空間 : LabelPosition 列挙体
Specifies chart data label position.
シンタックス
'宣言
 
Public Enum LabelPosition 
   Inherits System.Enum
public enum LabelPosition : System.Enum 
メンバ
メンバ解説
Auto
Automatic label postion.
Bottom
The labels appear below the data points.
Center
The labels appear centered on the data points.
Left
The labels appear to the left of the data points.
None
No data labels appear.
Right
The labels appear to the right of the data points.
Top
The labels appear above the data points.
継承階層

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

参照

参照

C1.Chart 名前空間