HighchartsNoDataPositionOptions constructor

HighchartsNoDataPositionOptions({
  1. String? align,
  2. String? verticalAlign,
  3. double? x,
  4. double? y,
})

The position of the no-data label, relative to the plot area.

API Docs: https://api.highcharts.com/highcharts/noData.position

Implementation

HighchartsNoDataPositionOptions(
    {this.align, this.verticalAlign, this.x, this.y});