HighchartsAnnotationsOptions constructor

A basic type of an annotation. It allows to add custom labels or shapes. The items can be tied to points, axis coordinates or chart pixel coordinates.

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

Implementation

HighchartsAnnotationsOptions(
    {this.animation,
    this.controlPointOptions,
    this.crookedLine,
    this.crop,
    this.draggable,
    this.elliottWave,
    this.events,
    this.fibonacci,
    this.fibonacciTimeZones,
    this.id,
    this.infinityLine,
    this.labelOptions,
    this.labels,
    this.measure,
    this.pitchfork,
    this.shapeOptions,
    this.shapes,
    this.timeCycles,
    this.tunnel,
    this.verticalLine,
    this.visible,
    this.zIndex});