AccumulationAnnotations Directive
<e-accumulation-annotations>
<e-accumulation-annotation></e-accumulation-annotation>
</e-accumulation-annotations>
any
The content of the annotation, which can also accept the ID of a custom element.
Defaults to null
any
Specifies the coordinate units of the annotation. The options are:
Defaults to ‘Pixel’
any
A description for the annotation that provides additional information about its content for screen readers.
Defaults to null
any
Specifies the alignment of the annotation. The options are:
Defaults to ‘Center’
any
Specifies the regions of the annotation. The options are:
Defaults to ‘Chart’
any
Specifies the position of the annotation. The options are
Defaults to ‘Middle’
any
If coordinateUnit
is set to Pixel
, x specifies the pixel value.
If coordinateUnit
is set to Point
, x specifies the data value.
Defaults to ‘0’
any
If coordinateUnit
is set to Pixel
, y specifies the pixel value.
If coordinateUnit
is set to Point
, y specifies the data value.
Defaults to ‘0’