HighchartsTilemapSeriesDataDataLabelsOptions constructor

HighchartsTilemapSeriesDataDataLabelsOptions({
  1. String? align,
  2. String? alignTo,
  3. bool? allowOverlap,
  4. HighchartsSeriesDataLabelsAnimationOptions? animation,
  5. String? backgroundColor,
  6. String? borderColor,
  7. double? borderRadius,
  8. double? borderWidth,
  9. String? className,
  10. String? color,
  11. bool? crop,
  12. bool? defer,
  13. double? distance,
  14. bool? enabled,
  15. HighchartsSeriesDataLabelsFilterOptions? filter,
  16. String? format,
  17. HighchartsCallback? formatter,
  18. bool? inside,
  19. double? labelrank,
  20. String? nullFormat,
  21. HighchartsCallback? nullFormatter,
  22. String? overflow,
  23. List<double>? padding,
  24. String? position,
  25. double? rotation,
  26. Map<String, dynamic>? shadow,
  27. String? shape,
  28. Map<String, String>? style,
  29. HighchartsSeriesDataLabelsTextPathOptions? textPath,
  30. bool? useHTML,
  31. String? verticalAlign,
  32. double? x,
  33. double? y,
})

Individual data label for each point. The options are the same as the ones for plotOptions.series.dataLabels with exception of zIndex which is applied on the data label's parent group.

API Docs: https://api.highcharts.com/highcharts/series.tilemap.data.dataLabels

Implementation

HighchartsTilemapSeriesDataDataLabelsOptions(
    {this.align,
    this.alignTo,
    this.allowOverlap,
    this.animation,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.crop,
    this.defer,
    this.distance,
    this.enabled,
    this.filter,
    this.format,
    this.formatter,
    this.inside,
    this.labelrank,
    this.nullFormat,
    this.nullFormatter,
    this.overflow,
    this.padding,
    this.position,
    this.rotation,
    this.shadow,
    this.shape,
    this.style,
    this.textPath,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y});