withPosition method
- SeriesLabelPosition value
Replaces SeriesInlineLabelConfig.position with value.
Implementation
SeriesInlineLabelConfig withPosition(SeriesLabelPosition value) =>
copyWith(position: value);
Replaces SeriesInlineLabelConfig.position with value.
SeriesInlineLabelConfig withPosition(SeriesLabelPosition value) =>
copyWith(position: value);