withLabel method

XAxisConfig withLabel(
  1. String value
)

Replaces XAxisConfig.label with value.

Implementation

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