FlexChart for WinForms
Position 列挙体

C1.Chart アセンブリ > C1.Chart 名前空間 : Position 列挙体
Specifies the position of chart element on the chart.
シンタックス
'宣言
 
Public Enum Position 
   Inherits System.Enum
public enum Position : System.Enum 
メンバ
メンバ解説
Auto
The element is positioned automatically.
Bottom
The item appears below.
BottomLeft
The element is at the bottom left aligned.
BottomRight
The element is at the bottom right aligned.
Left
The element appears to the left.
LeftBottom
The element is at the left bottom aligned.
LeftTop
The element is at the left top aligned.
None
The element is not visible.
Right
The element appears to the right.
RightBottom
The element is at the right bottom aligned.
RightTop
The element is at the right top aligned.
Top
The item appears above.
TopLeft
The element is at the top left aligned.
TopRight
The element is at the top right aligned.
継承階層

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

参照

参照

C1.Chart 名前空間