AnnotationDirective
12 Sep 20251 minute to read
Represents the directive to render and customize the annotations in an axis of circular gauge.
<e-annotations><e-annotation></e-annotation></e-annotations>Properties
angle any
Sets and gets the angle for annotation with respect to axis in circular gauge.
Defaults to 90
autoAngle any
Enables and disables the rotation of the annotation along the axis.
Defaults to false
content any
Sets and gets the content of the annotation. This property accepts the HTML string or id of the custom element.
Defaults to null
description any
Sets and gets the information about annotation for assistive technology.
Defaults to null
radius any
Sets and gets the radius for annotation with respect to axis in circular gauge.
Defaults to ‘50%’
textStyle any
Sets and gets the style of the text in annotation.
zIndex any
Sets and gets the z-index of an annotation in an axis in the circular gauge.
Defaults to ‘-1’