I'm writing a stock charting application on iPhone using core-plot. What kind of chart should I use to plot the volume chart? Since I will also need to overlay the price ...
I am looking for good plotting library (line, pie, column charts) which allows to interact with user touches something like in Stocks app.
I found a core-plot library but seems like ...
Currently I completed my project using with CorePlot. But I have
problem, when I copy my project to another folder, prepare to build
before distribution, I have one problem:
...
I'm looking for good library for iphone to draw charts (pie chart, bar chart). I've tested Core plot, which was recommended by many people, but I think the generated charts look ...
In my iPhone app, I need to plot the charts dynamically based on the data that comes from my database.
How can I make the charts and display them?
What should be ...
I've got a container view that holds 2 view controllers, each of which in turn hosts a CPGraphHostingView. The heirarchy is something like this
ContainerView
- TopView
...
How to remove the gridlines that come in background for the core-plot?
I want the background to be of white color with no gridlines.
Currently my core plot looks like this:
I am using core-plot but i need to use any other api?
please help me by tell the name of different api's which i can use for add some graphf and chart ...
i was just browsing the classes for an hour and cant find it! i started with searching the example of the AAPLot project.
i changed the graph a bit and was expecting ...
I am now creating a chart by using Core-plot in iphone sdk.
But i want the X-axis and Y-axis always stay on the bottom and right whatever how much did i enlarge ...
I want to know how could I add Horizontal lines to each bar of a barPlot with different values.
I want to let the customer know what is the expected value ...
ad mentioned in the title I'm looking for a nice way for some nice looking bar graphs in iOS.
I've already read this post:
Bar Graphs in iOS app
Core Plot seems to ...
I've been trying to display several CPTPieChart objects from core plot. The first three or 4 run with no problem, but adding more causes a severe crash.
The crash is within the ...