HighchartsAnnotationsOptions constructor
HighchartsAnnotationsOptions({
- HighchartsAnnotationsAnimationOptions? animation,
- HighchartsAnnotationsControlPointOptions? controlPointOptions,
- HighchartsAnnotationsCrookedLineOptions? crookedLine,
- bool? crop,
- String? draggable,
- HighchartsAnnotationsElliottWaveOptions? elliottWave,
- HighchartsAnnotationsEventsOptions? events,
- HighchartsAnnotationsFibonacciOptions? fibonacci,
- HighchartsAnnotationsFibonacciTimeZonesOptions? fibonacciTimeZones,
- dynamic id,
- HighchartsAnnotationsInfinityLineOptions? infinityLine,
- HighchartsAnnotationsLabelOptions? labelOptions,
- List<
HighchartsAnnotationsLabelsOptions> ? labels, - HighchartsAnnotationsMeasureOptions? measure,
- HighchartsAnnotationsPitchforkOptions? pitchfork,
- HighchartsAnnotationsShapeOptions? shapeOptions,
- List<
HighchartsAnnotationsShapesOptions> ? shapes, - HighchartsAnnotationsTimeCyclesOptions? timeCycles,
- HighchartsAnnotationsTunnelOptions? tunnel,
- HighchartsAnnotationsVerticalLineOptions? verticalLine,
- bool? visible,
- double? zIndex,
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.
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});