HighchartsAnnotationsControlPointOptions constructor
HighchartsAnnotationsControlPointOptions({
- Map<
String, dynamic> ? events, - double? height,
- HighchartsCallback? positioner,
- HighchartsAnnotationsControlPointStyleOptions? style,
- String? symbol,
- bool? visible,
- double? width,
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});