HighchartsXAxisPlotLinesOptions constructor

HighchartsXAxisPlotLinesOptions({
  1. String? className,
  2. String? color,
  3. String? dashStyle,
  4. HighchartsXAxisPlotLinesEventsOptions? events,
  5. String? id,
  6. HighchartsXAxisPlotLinesLabelOptions? label,
  7. HighchartsXAxisPlotLinesLabelsOptions? labels,
  8. dynamic value,
  9. double? width,
  10. double? zIndex,
})

An array of lines stretching across the plot area, marking a specific value on one of the axes.

API Docs: https://api.highcharts.com/highcharts/zAxis.plotLines

Implementation

HighchartsXAxisPlotLinesOptions(
    {this.className,
    this.color,
    this.dashStyle,
    this.events,
    this.id,
    this.label,
    this.labels,
    this.value,
    this.width,
    this.zIndex});