ComponentOne Xamarin Edition
AnnotationPosition Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart.Annotation Namespace : AnnotationPosition Enumeration
Specifies the position of the annotation.
Syntax
public enum AnnotationPosition : System.Enum 
Members
MemberDescription
Bottom The annotation appears at the Bottom of the target point.
Center The annotation appears at the Center of the target point.
Left The annotation appears at the Left of the target point.
Right The annotation appears at the Right of the target point.
Top The annotation appears at the Top of the target point.
Inheritance Hierarchy

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

See Also

Reference

C1.Xamarin.Forms.Chart.Annotation Namespace