HighchartsAnnotationsShapesOptions constructor
HighchartsAnnotationsShapesOptions({
- String? markerEnd,
- String? markerStart,
- HighchartsAnnotationsShapesPointOptions? point,
- HighchartsAnnotationsShapesPointsOptions? points,
- String? src,
- String? dashStyle,
- Map<
String, dynamic> ? fill, - double? height,
- double? r,
- double? ry,
- double? snap,
- String? stroke,
- double? strokeWidth,
- String? type,
- double? width,
- double? xAxis,
- 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});