axisValueFormatter property

ValueFormatter? get axisValueFormatter

Implementation

ValueFormatter? get axisValueFormatter => _axisValueFormatter;
set axisValueFormatter (ValueFormatter? value)

Implementation

set axisValueFormatter(ValueFormatter? value) {
  _axisValueFormatter = value;
}