HighchartsXAxisPlotBandsLabelOptions constructor

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

Text labels for the plot bands

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

Implementation

HighchartsXAxisPlotBandsLabelOptions(
    {this.align,
    this.allowOverlap,
    this.inside,
    this.rotation,
    this.style,
    this.text,
    this.textAlign,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y});