AnnotationCoordinateMode Enumeration
Enumeration constants to define the Coordinate mode used to place an annotation
Syntax
public enum AnnotationCoordinateMode : System.Enum 
Members
MemberDescription
Absolute Absolute, requires that coordinates X1,Y1,X2,Y2 are data-values
Relative Relative, requires that coordinates X1,Y1,X2,Y2 are double values between 0.0 and 1.0
RelativeX RelativeX, requires that coordinates X1,X2 are double values between 0.0 and 1.0, whereas Y1,Y2 are data-values
RelativeY RelativeY, requires that coordinates Y1,Y2 are double values between 0.0 and 1.0, whereas X1,X2 are data-values
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode

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