withLogBase method

YAxisConfig withLogBase(
  1. double value
)

Replaces YAxisConfig.logBase with value.

Implementation

YAxisConfig withLogBase(double value) => copyWith(logBase: value);