getAnnotationDatum abstract method

DatumAnnotation getAnnotationDatum(
  1. Axis<Object> axis
)

Generates a datum that describes an annotation. This can be implemented to customize annotation positioning.

We can't use Axis

Implementation

DatumAnnotation getAnnotationDatum(Axis<Object> axis);