Interface for a class ChartAnnotationSettings
Options to improve accessibility for chart annotation elements.
string
The content of the annotation, which also accepts the ID of the custom element.
Specifies the coordinate units of the annotation. The options are:
string
A description for the annotation that provides additional information about its content for screen readers.
Specifies the alignment of the annotation. The options are:
Specifies the regions of the annotation. The options are:
Specifies the position of the annotation. The options are
string
| Date
| number
If coordinateUnit
is set to Pixel
, x specifies the pixel value.
If coordinateUnit
is set to Point
, x specifies the axis value.
string
The name of the horizontal axis associated with the annotation.
Requires the axes
of the chart.
string
| number
If coordinateUnit
is set to Pixel
, y specifies the pixel value.
If coordinateUnit
is set to Point
, y specifies the axis value.
string
The name of the vertical axis associated with the annotation.
Requires the axes
of the chart.