HighchartsYAxisPlotLinesOptions constructor

HighchartsYAxisPlotLinesOptions({
  1. bool? acrossPanes,
  2. String? className,
  3. String? color,
  4. String? dashStyle,
  5. HighchartsXAxisPlotLinesEventsOptions? events,
  6. String? id,
  7. HighchartsXAxisPlotLinesLabelOptions? label,
  8. HighchartsXAxisPlotLinesLabelsOptions? labels,
  9. dynamic value,
  10. double? width,
  11. 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});