ComponentOne FlexChart for UWP
AnnotationPosition Enumeration

C1.UWP.FlexChart Assembly > C1.Chart.Annotation Namespace : AnnotationPosition Enumeration
Specifies the position of the annotation.
Syntax
'Declaration
 
Public Enum AnnotationPosition 
   Inherits System.Enum
public enum AnnotationPosition : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also

Reference

C1.Chart.Annotation Namespace