HighchartsBoxPlotSeriesDataLabelsOptions constructor

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

Highcharts Options Widget.

Implementation

HighchartsBoxPlotSeriesDataLabelsOptions(
    {this.align,
    this.alignTo,
    this.alignToKey,
    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,
    this.zIndex});