HighchartsAnnotationsControlPointOptions constructor
HighchartsAnnotationsControlPointOptions({})
Options for annotation's control points. Each control point inherits options from controlPointOptions object. Options from the controlPointOptions can be overwritten by options in a specific control point.
API Docs: https://api.highcharts.com/highcharts/navigation.annotationsOptions.controlPointOptions
Implementation
HighchartsAnnotationsControlPointOptions(
{this.events,
this.height,
this.positioner,
this.style,
this.symbol,
this.visible,
this.width});