Tagged Questions
4
votes
3answers
11k views
How to create line chart in iphone application?
I am creating a budget application in iPhone. Budget for personal incomes & expenses.
Client's need is
I want to see line graph ( like stock market line report ).
Red line for (monthly / ...
3
votes
1answer
877 views
Gradient effect for Line Graph in iPhone
I'm trying to generate a graph with gradient/shading effect. Now I'm able to draw line graph and applied gradient effect to that graph. It is applying to whole view not to the graph. Now I'm getting ...
1
vote
3answers
467 views
Line graphs on iOS
Anyone know how to create line graphs on iOS without using Core-Plot but using inbuilt frameworks? Desperately searching for an answer.
0
votes
1answer
89 views
How to draw lineGraph using CorePlot framework in iPhone?
I have downloaded Core-Plot Header 9.0and added in my new Project. I am very new to draw graphs and using Core-Plot framework. I have downloaded sample project CPTTestApp-iPhone from core-plot sample ...
0
votes
1answer
71 views
To clear a line in iPhone
I need to clear the current line graph and replace it with a new line graph, as and when I change the month (The createLineGraph method is called each time I change the month). What happens is that, ...
0
votes
1answer
255 views
How to get point on the graph in iPhone Line graph
HI all,
I'm working on line graph. I'm able to draw line graph perfectly. But the thing is I want the effect like shown in the below image. ...