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

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

    请参见