FlexPivot for WinForms
LineMarkerAlignment 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart.Interaction 名前空間 : LineMarkerAlignment 列挙体
Specifies the alignment mode of the LineMarker content.
シンタックス
'宣言
 
Public Enum LineMarkerAlignment 
   Inherits System.Enum
public enum LineMarkerAlignment : System.Enum 
メンバ
メンバ解説
AutoLineMarker content is centered on the rectangle. The default value.
BottomLineMarker content is aligned to the bottom of the rectangle.
LeftLineMarker content is left aligned in a rectangle.
LeftBottomLineMarker content is aligned to the left bottom of the rectangle.
LeftTopLineMarker content is aligned to the left top of the rectangle.
RightLineMarker content is right aligned in a rectangle.
TopLineMarker content is aligned to the top of the rectangle.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Chart.Interaction.LineMarkerAlignment

参照

C1.Win.Chart.Interaction 名前空間