FlexPivot for WinForms
AnnotationPosition 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart.Annotation 名前空間 : AnnotationPosition 列挙体
Specifies the position of the annotation.
シンタックス
'宣言
 
Public Enum AnnotationPosition 
   Inherits System.Enum
public enum AnnotationPosition : System.Enum 
メンバ
メンバ解説
BottomThe annotation appears at the Bottom of the target point.
CenterThe annotation appears at the Center of the target point.
LeftThe annotation appears at the Left of the target point.
RightThe annotation appears at the Right of the target point.
TopThe annotation appears at the Top of the target point.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Annotation.AnnotationPosition

参照

C1.Chart.Annotation 名前空間