G geiger10d macrumors member Original poster Jan 31, 2011 57 0 Feb 8, 2011 #1 how can i have my app make a graph(line) for me?
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Feb 8, 2011 #2 Draw a graph using Quartz/CoreGraphics? There is no built-in API that will draw a graph for you.
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Feb 8, 2011 #3 Aside from Quartz (aka doityourself) there are some third party charting libraries and google charts.
Aside from Quartz (aka doityourself) there are some third party charting libraries and google charts.
G geiger10d macrumors member Original poster Jan 31, 2011 57 0 Feb 8, 2011 #4 what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does
what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Feb 8, 2011 #5 geiger10d said: what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does Click to expand... Exactly that: you write code that will draw the graph. From scratch.
geiger10d said: what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does Click to expand... Exactly that: you write code that will draw the graph. From scratch.
87vert macrumors 6502 Oct 7, 2008 313 0 Pittsburgh, PA Feb 8, 2011 #6 I use the s7graphview in my app http://code.google.com/p/s7graphview/ Was pretty easy to implement. You can check it out in my app if you want "Crazy Dog Daily Log"
I use the s7graphview in my app http://code.google.com/p/s7graphview/ Was pretty easy to implement. You can check it out in my app if you want "Crazy Dog Daily Log"
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Feb 8, 2011 #7 Do they speak Russian in Picksburgh? Regarding the app I wonder if you'll make a similar app for wife and mistress? Crazy doesn't begin to describe them ;-) Anyway, as I mentioned there are third party graphing libraries for iOS apps.
Do they speak Russian in Picksburgh? Regarding the app I wonder if you'll make a similar app for wife and mistress? Crazy doesn't begin to describe them ;-) Anyway, as I mentioned there are third party graphing libraries for iOS apps.