formatter property

String? Function(V)? formatter
getter/setter pair

Convert the value to a String on the chart.

If null, a default Object.toString is used.

Implementation

String? Function(V)? formatter;