HighchartsVennSeriesClusterDataLabelsOptions constructor

HighchartsVennSeriesClusterDataLabelsOptions({
  1. String? align,
  2. bool? enabled,
  3. String? format,
  4. bool? inside,
  5. HighchartsVennSeriesClusterDataLabelsStyleOptions? style,
  6. String? verticalAlign,
})

Options for the cluster data labels.

API Docs: https://api.highcharts.com/highcharts/series.venn.cluster.dataLabels

Implementation

HighchartsVennSeriesClusterDataLabelsOptions(
    {this.align,
    this.enabled,
    this.format,
    this.inside,
    this.style,
    this.verticalAlign});