FlexPivot for WinForms
AnnotationAttachment 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart.Annotation 名前空間 : AnnotationAttachment 列挙体
Specifies the attachment of the annotation.
シンタックス
'宣言
 
Public Enum AnnotationAttachment 
   Inherits System.Enum
public enum AnnotationAttachment : System.Enum 
メンバ
メンバ解説
AbsoluteThe annotation point is specified in control's pixel coordinates.
DataCoordinateAnnotation point is specified in data coordinates.
DataIndexCoordinates of the annotation point are defined by the data series index and the data point index.
RelativeAnnotation point is specified as a relative position inside the control where (0,0) is the top left corner and (1,1) is the bottom right corner.
継承階層

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

参照

C1.Chart.Annotation 名前空間