points property

HighchartsAnnotationsShapesPointsOptions? points
getter/setter pair

An array of points for the shape or a callback function that returns that shape point.

This option is available for shapes which can use multiple points such as path. A point can be either a point object or a point's id.

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

Implementation

HighchartsAnnotationsShapesPointsOptions? points;