Enum AnnotationSurfaceEnum
Enumeration constants to define the Annotation Surface that an IAnnotation is placed on
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum AnnotationSurfaceEnum extends Enum<AnnotationSurfaceEnum>
Fields
Name | 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 |
Methods
Name | Description |
---|---|
valueOf(String name) | |
values() |