ChartLabels constructor

ChartLabels({
  1. Function formatter,
  2. Map<String, String> style,
  3. num step,
  4. bool enabled,
})

Implementation

external factory ChartLabels({Function formatter, Map<String, String> style, num step, bool enabled});