clearLabel method

XAxisConfig clearLabel()

Clears XAxisConfig.label to null.

Implementation

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