withOffsetY method

DataPointLabelConfig withOffsetY(
  1. double value
)

Replaces DataPointLabelConfig.offsetY with value.

Implementation

DataPointLabelConfig withOffsetY(double value) => copyWith(offsetY: value);