HighchartsXAxisPlotLinesOptions constructor
HighchartsXAxisPlotLinesOptions({
- String? className,
- String? color,
- String? dashStyle,
- HighchartsXAxisPlotLinesEventsOptions? events,
- String? id,
- HighchartsXAxisPlotLinesLabelOptions? label,
- HighchartsXAxisPlotLinesLabelsOptions? labels,
- dynamic value,
- double? width,
- 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});