clearMax method

XAxisConfig clearMax()

Clears XAxisConfig.max to null.

Implementation

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