withLabelPosition method
- AnnotationLabelPosition value
Replaces ThresholdAnnotation.labelPosition with value.
Implementation
ThresholdAnnotation withLabelPosition(AnnotationLabelPosition value) =>
copyWith(labelPosition: value);
Replaces ThresholdAnnotation.labelPosition with value.
ThresholdAnnotation withLabelPosition(AnnotationLabelPosition value) =>
copyWith(labelPosition: value);