Using the Core Plot framework and its CPGraphHostingView, I have drawn a bar chart in the first quadrant of an X / Y plot.
I want to plot the bar chart in the second, third, and fourth quadrant of this plot. How can I do that?
|
|
Not sure what you are trying to do here, but if what you want is four independent bar charts, you are going to need one CPGraphHostingView for each one of them, since a CPGraphHostingView holds only one CPXYGraph. |
|||
|
|