FlexPivot for WinForms
LabelPosition 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : LabelPosition 列挙体
Specifies chart data label position.
シンタックス
'宣言
 
Public Enum LabelPosition 
   Inherits System.Enum
public enum LabelPosition : System.Enum 
メンバ
メンバ解説
AutoAutomatic label postion.
BottomThe labels appear below the data points.
CenterThe labels appear centered on the data points.
LeftThe labels appear to the left of the data points.
NoneNo data labels appear.
RightThe labels appear to the right of the data points.
TopThe labels appear above the data points.
継承階層

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

参照

C1.Chart 名前空間