{typedef} anychart.core.annotations.AnnotationJSONFormat Improve this Doc
Type definition for annotation JSON format.
| Name | Type | Description |
|---|---|---|
| allowEdit | boolean | Whether allow to edit |
| anchor | anychart.enums.Anchor | Annotation anchor |
| color | anychart.graphics.vector.AnyColor | Annotation color |
| fill | anychart.graphics.vector.Fill | function | Annotation fill |
| grid | anychart.graphics.vector.Stroke | function | Annotation grid |
| hatchFill | anychart.graphics.vector.PatternFill | function | Annotation hatchfill |
| hoverFill | anychart.graphics.vector.Fill | function | Fill in hover mode |
| hoverGap | number | Gap in hover mode |
| hoverGrid | anychart.graphics.vector.Stroke | function | Grid in hover mode |
| hoverHatchFill | anychart.graphics.vector.PatternFill | function | Hatchfill in hover mode |
| hoverSize | number | Annotation hover size |
| hoverStroke | anychart.graphics.vector.Stroke | function | Stroke in hover mode |
| hoverTrend | anychart.graphics.vector.Stroke | function | Trend in hover mode |
| markerType | anychart.enums.MarkerType | Marker type |
| offsetX | number | Offset by X |
| offsetY | number | Offset by Y |
| secondValueAnchor | number | Second value for anchor |
| secondXAnchor | number | Second X for anchor |
| selectFill | anychart.graphics.vector.Fill | function | Fill in selected mode |
| selectGrid | anychart.graphics.vector.Stroke | function | Grid in selected mode |
| selectHatchFill | anychart.graphics.vector.PatternFill | function | Hatchfill in selected mode |
| selectSize | number | Annotation select size |
| selectStroke | anychart.graphics.vector.Stroke | function | Stroke in selected mode |
| selectTrend | anychart.graphics.vector.Stroke | function | Trend in selected mode |
| size | number | Annotation size |
| stroke | anychart.graphics.vector.Stroke | function | Annotation stroke |
| thirdValueAnchor | number | Third value for anchor |
| thirdXAnchor | number | Third X for anchor |
| trend | anychart.graphics.vector.Stroke | function | Annotation trend |
| valueAnchor | number | Value for anchor |
| xAnchor | number | X for anchor |
