Im developing an iPhone app which shows line graph. I plot the sales of fruits based on the date.
Im planning to use Core-plot for drawing graphs.
i know how to plot single graph using Core plot library..
How do i draw 2 different graphs in a single plot i.e both the graphs should have the same x and y axis.
The scenario is similar to comparing 2 different graphs. For eg. if i want to compare Apple and orange sales for the month. I need to plot both the line charts in the same plot so that i can know the ups and downs in the sales.
Is it possible using Core plot or should i use some other library or drawRect method to achieve the same..
Thanks in advance,
cancerian