Animating Core Plot Scatter Graph Line
I have a scatter Graph in my iPad app using the Core Plot framework, and all The graph loads up and displays fine. What I want to do is animate the drawing of the line so that it looks like each point to point on the graph is being drawn in front of the user. I'm not looking to fade the line in as I have already got this working. But rather something that goes drawing the line from left to right on the graph.
I am new to Core Plot and have only been using it for a day or so. An considering the new version of Xcode doesn't support the documentation. It's getting difficult with the limited of exposure to this framework on the internet.
Thanks in advance.
|