withScaleType method

YAxisConfig withScaleType(
  1. AxisScaleType value
)

Replaces YAxisConfig.scaleType with value.

Implementation

YAxisConfig withScaleType(AxisScaleType value) => copyWith(scaleType: value);