AnnotationDatum
interface AnnotationDatum<A extends Annotation, C extends Chart>
An interface that simply joins an Annotation object and a Chart is has been rendered in.
Type parameters
A: Annotation
C: Chart
Properties
a
a: A
The Annotation object.
c
c: C
The Chart object.