HighchartsXAxisPlotLinesLabelOptions constructor

HighchartsXAxisPlotLinesLabelOptions({
  1. String? align,
  2. HighchartsCallback? formatter,
  3. double? rotation,
  4. Map<String, String>? style,
  5. String? text,
  6. String? textAlign,
  7. bool? useHTML,
  8. String? verticalAlign,
  9. double? x,
  10. double? y,
})

Text labels for the plot lines

API Docs: https://api.highcharts.com/highcharts/xAxis.plotLines.label

Implementation

HighchartsXAxisPlotLinesLabelOptions(
    {this.align,
    this.formatter,
    this.rotation,
    this.style,
    this.text,
    this.textAlign,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y});