HighchartsAnnotationsShapeOptions constructor
HighchartsAnnotationsShapeOptions({})
Options for annotation's shapes. Each shape inherits options from the shapeOptions object. An option from the shapeOptions can be overwritten by config for a specific shape.
API Docs: https://api.highcharts.com/highcharts/navigation.annotationsOptions.shapeOptions
Implementation
HighchartsAnnotationsShapeOptions(
{this.dashStyle,
this.fill,
this.height,
this.r,
this.ry,
this.snap,
this.src,
this.stroke,
this.strokeWidth,
this.type,
this.width,
this.xAxis,
this.yAxis});