I know that one can turn on scrolling in a coreplot plot space as follows:
plotSpace.allowsUserInteraction = YES;
but this only activates one-to-one finger to graph motion. Is it currently possible to use coreplot with a UIScrollView to achieve the elasticity effects (inertia, deceleration, bounce)?