HighchartsAnnotationsShapesOptions constructor

HighchartsAnnotationsShapesOptions({
  1. String? markerEnd,
  2. String? markerStart,
  3. HighchartsAnnotationsShapesPointOptions? point,
  4. HighchartsAnnotationsShapesPointsOptions? points,
  5. String? src,
  6. String? dashStyle,
  7. Map<String, dynamic>? fill,
  8. double? height,
  9. double? r,
  10. double? ry,
  11. double? snap,
  12. String? stroke,
  13. double? strokeWidth,
  14. String? type,
  15. double? width,
  16. double? xAxis,
  17. double? yAxis,
})

An array of shapes for the annotation. For options that apply to multiple shapes, then can be added to the shapeOptions.

API Docs: https://api.highcharts.com/highcharts/navigation.annotationsOptions.shapes

Implementation

HighchartsAnnotationsShapesOptions(
    {this.markerEnd,
    this.markerStart,
    this.point,
    this.points,
    this.src,
    this.dashStyle,
    this.fill,
    this.height,
    this.r,
    this.ry,
    this.snap,
    this.stroke,
    this.strokeWidth,
    this.type,
    this.width,
    this.xAxis,
    this.yAxis});