point property

HighchartsAnnotationsShapesPointOptions? point
getter/setter pair

This option defines the point to which the shape will be connected. It can be either the point which exists in the series - it is referenced by the point's id - or a new point with defined x, y properties and optionally axes.

API Docs: https://api.highcharts.com/highcharts/annotations.shapes.point

Implementation

HighchartsAnnotationsShapesPointOptions? point;