AnnotationSurfaceEnum Enumeration
Enumeration constants to define the Annotation Surface that an IAnnotation is placed on
Members
Member | Description |
---|---|
AboveChart | The annotation is placed above the chart |
BelowChart | The annotation is placed below the chart |
XAxis | The annotation is placed on the XAxis |
YAxis | The annotation is placed on the YAxis |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting.visuals.annotations.AnnotationSurfaceEnum
See Also