clearLabel method

YAxisConfig clearLabel()

Clears YAxisConfig.label to null.

Implementation

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