HighchartsYAxisPlotLinesOptions constructor
      
      HighchartsYAxisPlotLinesOptions({ 
    
- bool? acrossPanes,
- String? className,
- String? color,
- String? dashStyle,
- HighchartsXAxisPlotLinesEventsOptions? events,
- String? id,
- HighchartsXAxisPlotLinesLabelOptions? label,
- HighchartsXAxisPlotLinesLabelsOptions? labels,
- dynamic value,
- double? width,
- double? zIndex,
Highcharts Options Widget.
Implementation
HighchartsYAxisPlotLinesOptions(
    {this.acrossPanes,
    this.className,
    this.color,
    this.dashStyle,
    this.events,
    this.id,
    this.label,
    this.labels,
    this.value,
    this.width,
    this.zIndex});