IOS Coreplot Scattered Tier Animation Drawing

I need to animate the scatter chart in ios to make it line-by-line. This site has a similar effect http://www.highcharts.com . I tried unsuccessfully with basic animation, but this is not possible. Does anyone know how to do this?

+5
source share
1 answer

Unfortunately, I found that CorePlot's animation capabilities are limited in this area.

However, I managed to achieve the same effect by animating the extension of the regular UIView extension, which encapsulates the graph.

I don’t have my code in front of mine at the moment, here is a diagram to highlight how I did it:

enter image description here

UIView, , . .

, .

+1

All Articles