HighchartsDependencyWheelSeriesDataLabelsOptions constructor

HighchartsDependencyWheelSeriesDataLabelsOptions({
  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. dynamic format,
  17. dynamic formatter,
  18. bool? inside,
  19. dynamic nodeFormat,
  20. dynamic nodeFormatter,
  21. String? nullFormat,
  22. HighchartsCallback? nullFormatter,
  23. String? overflow,
  24. double? padding,
  25. String? position,
  26. double? rotation,
  27. Map<String, dynamic>? shadow,
  28. String? shape,
  29. Map<String, String>? style,
  30. HighchartsDependencyWheelSeriesDataLabelsTextPathOptions? textPath,
  31. bool? useHTML,
  32. String? verticalAlign,
  33. double? x,
  34. double? y,
  35. double? zIndex,
})

Highcharts Options Widget.

Implementation

HighchartsDependencyWheelSeriesDataLabelsOptions(
    {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.nodeFormat,
    this.nodeFormatter,
    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,
    this.zIndex});