ChartDataLabels constructor

ChartDataLabels({
  1. String? color,
  2. bool? enabled,
  3. bool useHTML,
  4. bool allowOverlap,
  5. DOMStringMap? style,
  6. String? format,
  7. JSAny? distance,
  8. JSFunction? formatter,
})

Implementation

external factory ChartDataLabels({
  String? color, bool? enabled,
  bool useHTML, bool allowOverlap,
  DOMStringMap? style,
  String? format, JSAny? distance,
  JSFunction? formatter});