Declaration

func showInterpolation(atAxisLocation axisLocation: [String : NSNumber]?)

Declaration

- (void) showInterpolationAtAxisLocation:(NSDictionary<NSString *,NSNumber *> *) axisLocation;

Declaration

showInterpolationAtAxisLocation_(axisLocation: dict[str, NSNumber])

Discussion

Passing nil is equivalent to resetInterpolation()resetInterpolationresetInterpolation.

It is the responsibility of the caller to trigger a reflow afterwards.