withMaxLabelLines method

CategoryAxisConfig withMaxLabelLines(
  1. int value
)

Replaces CategoryAxisConfig.maxLabelLines with value.

Implementation

CategoryAxisConfig withMaxLabelLines(int value) =>
    copyWith(maxLabelLines: value);