HighchartsAnnotationsControlPointOptions constructor

HighchartsAnnotationsControlPointOptions({
  1. Map<String, dynamic>? events,
  2. double? height,
  3. HighchartsCallback? positioner,
  4. HighchartsAnnotationsControlPointStyleOptions? style,
  5. String? symbol,
  6. bool? visible,
  7. 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});