HighchartsLegendBubbleLegendLabelsOptions constructor

HighchartsLegendBubbleLegendLabelsOptions({
  1. String? align,
  2. bool? allowOverlap,
  3. String? className,
  4. String? format,
  5. dynamic formatter,
  6. Map<String, String>? style,
  7. double? x,
  8. double? y,
})

Options for the bubble legend labels.

API Docs: https://api.highcharts.com/highcharts/legend.bubbleLegend.labels

Implementation

HighchartsLegendBubbleLegendLabelsOptions(
    {this.align,
    this.allowOverlap,
    this.className,
    this.format,
    this.formatter,
    this.style,
    this.x,
    this.y});