HCPlotBoxplotDataLabelsOptions constructor

const HCPlotBoxplotDataLabelsOptions({
  1. String? align,
  2. String? alignTo,
  3. bool? allowOverlap,
  4. dynamic animation,
  5. dynamic backgroundColor,
  6. dynamic borderColor,
  7. num? borderRadius,
  8. num? borderWidth,
  9. String? className,
  10. dynamic color,
  11. bool? crop,
  12. bool? defer,
  13. num? distance,
  14. bool? enabled,
  15. HCDataLabelsFilterOptionsObject? filter,
  16. String? format,
  17. bool? inside,
  18. num? labelrank,
  19. dynamic nullFormat,
  20. String? overflow,
  21. dynamic padding,
  22. String? position,
  23. num? rotation,
  24. dynamic shadow,
  25. String? shape,
  26. HCCSSObject? style,
  27. HCDataLabelsTextPathOptionsObject? textPath,
  28. bool? useHTML,
  29. String? verticalAlign,
  30. num? x,
  31. num? y,
  32. num? zIndex,
})

Implementation

const HCPlotBoxplotDataLabelsOptions({
  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.inside,
  this.labelrank,
  this.nullFormat,
  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,
});