HighchartsFunnelSeriesDataLabelsOptions constructor

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

Highcharts Options Widget.

Implementation

HighchartsFunnelSeriesDataLabelsOptions(
    {this.alignTo,
    this.animation,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.connectorColor,
    this.connectorPadding,
    this.connectorShape,
    this.connectorWidth,
    this.crookDistance,
    this.crop,
    this.defer,
    this.distance,
    this.enabled,
    this.filter,
    this.format,
    this.formatter,
    this.nullFormat,
    this.nullFormatter,
    this.overflow,
    this.padding,
    this.position,
    this.rotation,
    this.shadow,
    this.shape,
    this.softConnector,
    this.style,
    this.textPath,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y,
    this.zIndex});