withAxis method

ThresholdAnnotation withAxis(
  1. AnnotationAxis value
)

Replaces ThresholdAnnotation.axis with value.

Implementation

ThresholdAnnotation withAxis(AnnotationAxis value) => copyWith(axis: value);