Xuni Product Documentation - Xamarin.Forms
ChartAnnotationAttachment Enumeration
Specifies the attachment of the annotation.
Syntax
public enum ChartAnnotationAttachment : System.Enum 
Members
MemberDescription
Absolute The coordinates of the annotation are specified by the annotation's shape data in pixels.
DataCoordinate The annotation coordinates are specified in data coordinates.
DataIndex The annotation coordinates are specified by the data series index and point index.
Relative The annotation coordinates are specified as a relative position within 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
         Xuni.Forms.ChartCore.ChartAnnotationAttachment

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.ChartCore Namespace