mapValueToString property

(String Function(double)?) mapValueToString
final

Callback function to map the double values to String texts

If null the value is converted to String based on showDecimalValue

Implementation

final String Function(double)? mapValueToString;