withMinorTickCount method

XAxisConfig withMinorTickCount(
  1. int value
)

Replaces XAxisConfig.minorTickCount with value.

Implementation

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