clearMax method

YAxisConfig clearMax()

Clears YAxisConfig.max to null.

Implementation

YAxisConfig clearMax() => copyWith(clearMax: true);