withMinorTickCount method

YAxisConfig withMinorTickCount(
  1. int value
)

Replaces YAxisConfig.minorTickCount with value.

Implementation

YAxisConfig withMinorTickCount(int value) => copyWith(minorTickCount: value);