Instance Method
showInterpolation(atAxisLocation:)showInterpolationAtAxisLocation:showInterpolationAtAxisLocation_
Shows a non-editable interpolation preview at axisLocation (axis ID to coordinate).
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.