Using CGContext functions, I am trying to plot a line graph for a particular month. In the graph we have weekdays on x-axis and respective data on y-axis. I have to plot this graph for several month in such a way that all the graphs appears inside a scrollview so that the user can scroll them.
All this requires use of CGContext method so before going into it deeply I would like to know what effect it will have on application performance?
As plotting line graph is very urgent
All this requires use of CGContext method so before going into it deeply I would like to know what effect it will have on application performance?
As plotting line graph is very urgent