FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart.Annotation 命名空间 / AnnotationAttachment 枚举

本主题中
    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

    请参见