withLabel method

YAxisConfig withLabel(
  1. String value
)

Replaces YAxisConfig.label with value.

Implementation

YAxisConfig withLabel(String value) => copyWith(label: value);