AnnotationCanvas Enumeration
Enumeration constants to define the Annotation Canvas that an IAnnotation is placed on
Syntax
public enum AnnotationCanvas : System.Enum 
Members
MemberDescription
AboveChart The annotation is placed above the chart
BelowChart The annotation is placed below the chart
ModifierSurface The annotation is placed on the ModifierSurface
XAxis The annotation is placed on the XAxis
YAxis The annotation is placed on the YAxis
Inheritance Hierarchy

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

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