HighchartsTimelineSeriesDataLabelsOptions constructor

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

Highcharts Options Widget.

Implementation

HighchartsTimelineSeriesDataLabelsOptions(
    {this.align,
    this.alignTo,
    this.allowOverlap,
    this.alternate,
    this.animation,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.connectorColor,
    this.connectorWidth,
    this.crop,
    this.defer,
    this.distance,
    this.enabled,
    this.filter,
    this.format,
    this.formatter,
    this.inside,
    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.width,
    this.x,
    this.y,
    this.zIndex});