withOffsetX method

DataPointLabelConfig withOffsetX(
  1. double value
)

Replaces DataPointLabelConfig.offsetX with value.

Implementation

DataPointLabelConfig withOffsetX(double value) => copyWith(offsetX: value);