ChartLabels constructor

ChartLabels({
  1. JSFunction formatter,
  2. JSArray<JSNumber>? autoRotation,
  3. bool? reserveSpace,
  4. bool allowOverlap,
  5. bool useHTML,
  6. bool connectorAllowed,
  7. DOMStringMap? style,
  8. num step,
  9. bool enabled,
})

Implementation

external factory ChartLabels({JSFunction formatter,
  JSArray<JSNumber>? autoRotation,
  bool? reserveSpace, bool allowOverlap,
  bool useHTML, bool connectorAllowed,
  DOMStringMap? style, num step, bool enabled});