| AbstractAnnotation |
Base class to define an annotation in the AnnotationPlugin.ID plugin.
It contains all commons properties to define an annotation.
|
| AlignPosition |
This object is to set the position of a label, setting the horizontal and vertical position.
|
| AnnotationContext |
The callback or handler context wrapper, created and passed by AnnotationPlugin.ID which contains the link to the native chart.
|
| AnnotationId |
Represents the annotation id of a annotation configuration object in the AnnotationPlugin.ID plugin.
|
| AnnotationOptions |
This is the AnnotationPlugin.ID plugin options where to set all configuration items needed to the plugin.
|
| AnnotationOptionsFactory |
|
| AnnotationType |
Defines the type of annotation.
|
| Arrow |
Implements a ARROWHEADS, and its start and end nodes, to apply on a LINE annotation.
|
| ArrowHeads |
Implements a ARROWHEADS to apply on a LINE annotation.
|
| BoxAnnotation |
Implements a BOX annotation which draws a box in the a chart.
If one of the axes is not specified, the box will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional.
|
| BoxLabel |
Implements a LABEL to apply on a BOX annotation.
|
| Callout |
Implements a CALLOUT to apply on a LABEL annotation.
|
| EllipseAnnotation |
Implements a ELLIPSE annotation which draws a ellipse in the a chart.
If one of the axes is not specified, the ellipse will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional.
|
| EllipseLabel |
Implements a LABEL to apply on a ELLIPSE annotation.
|
| Interaction |
Definitions about how the user can interact with chart elements.
|
| IsDefaultsAnnotationInteraction |
Interface to define interaction object defaults on annotations.
|
| LabelAnnotation |
Implements a LABEL annotation which draws a content in the a chart.
|
| LineAnnotation |
Implements a LINE annotation which draws a line in the a chart.
|
| LineLabel |
Implements a LABEL to apply on a LINE annotation.
|
| PointAnnotation |
Implements a POINT annotation which draws a point in the a chart.
|
| PolygonAnnotation |
Implements a POLYGON annotation which draws a polygon in the a chart.
|