ChartDataLabel constructor

ChartDataLabel({
  1. Color color = Colors.transparent,
  2. String? anchor,
  3. String? position,
  4. String? direction,
  5. dynamic label,
  6. dynamic labelcolor,
  7. int? labelsize,
  8. dynamic startlabel,
  9. dynamic endlabel,
  10. dynamic x,
  11. dynamic x1,
  12. dynamic x2,
  13. dynamic y,
  14. dynamic y1,
  15. dynamic y2,
})

Implementation

ChartDataLabel({
  this.color = Colors.transparent,
  this.anchor,
  this.position,
  this.direction,
  this.label,
  this.labelcolor,
  this.labelsize,
  this.startlabel,
  this.endlabel,
  this.x,
  this.x1,
  this.x2,
  this.y,
  this.y1,
  this.y2,
});