ComponentOne Xamarin Edition
AnnotationAttachment Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart.Annotation Namespace : AnnotationAttachment Enumeration
Specifies the attachment of the annotation.
Syntax
public enum AnnotationAttachment : System.Enum 
Members
MemberDescription
Absolute The annotation point is specified in control's pixel coordinates.
DataCoordinate Annotation point is specified in data coordinates.
DataIndex Coordinates of the annotation point are defined by the data series index and the data point index.
Relative Annotation 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.
Inheritance Hierarchy

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

See Also

Reference

C1.Xamarin.Forms.Chart.Annotation Namespace