In Core Plot, as the user scrolls, I am trying to move an annotation along the line of a scatter plot. I have data points at each hour, but would like to plot the annotation at more than just the hour marks. I'd like to get CGPoint information for interpolated data. For instance, I'd like to get the CGPoint for hour (index) 12.25.
I have been searching for ways to do this, but can't find one.