Hello all,
I create this topic in order to have ideas or suggestions.
In my project I use Core Plot to draw an XYGraph. In this graph I draw n (n is an integer and depends on the choices of the user) CPBarPlot.
I know how to change the color of all the graph: for instance I have made all my barplots red at the moment.
But what I would like to do is put a different color for each barplot. And that the user could choose the color of each bar on a precedent view.
First, I do not really know how to put some kind of panel in the iPhone application.
And then, I do not know if different barplots of the same graph can have different colors?
If this last thing is not possible, I have thought to make as many graphs as barplots, which means that
one graph = one barplot...?
Thank you for any idea/answer...