Looking at adding some data graphing to a new iPhone app in development (ala the Stocks app).
I realize I could buckle down and do some Quartz drawing but I'm hoping that ...
I am trying to remove the border around a core plot graph on the iPhone - but seem to be struggling on what should be simple in my mind.
Pointers please!
I'm pretty sure I saw an example where the graph wasn't filling the whole iPhone screen, but I can't get that to happen in my app, nor in the Core-Plot Test ...
I'm using core-plot (and the barcharts) to display financial information.
My problem is that whenever I use negative values, it seems that the scale of the shown graph is wrong. I'd ...
I'm using core-plot library to draw graphs. For some animation I have to take the image snapshot of the entire screen in order to make it smooth. The problem is that ...
I would like to use the Core Plot framework to produce a graph that looks like the following:
Additionally, I would like to provide charts within a ...
I'd like to make semi-log graph to show my amplitude spectrum data by using Core Plot in my iOS App.
But I couldn't find how to make it.
Does anyone know?