FlexPivot for WinForms
Position 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : Position 列挙体
Specifies the position of chart element on the chart.
シンタックス
'宣言
 
Public Enum Position 
   Inherits System.Enum
public enum Position : System.Enum 
メンバ
メンバ解説
AutoThe element is positioned automatically.
BottomThe item appears below.
LeftThe element appears to the left.
NoneThe element is not visible.
RightThe element appears to the right.
TopThe item appears above.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Position

参照

C1.Chart 名前空間