withLabelRotationDegrees method

CategoryAxisConfig withLabelRotationDegrees(
  1. double value
)

Replaces CategoryAxisConfig.labelRotationDegrees with value.

Implementation

CategoryAxisConfig withLabelRotationDegrees(double value) =>
    copyWith(labelRotationDegrees: value);