Re: Charting API?

2008-03-02 Thread Adhamh Findlay
On Mar 1, 2008, at 8:53 PM, David Adalsteinsson wrote: I don't know exactly what the GraphKit API looks like, or which Apple applications actually use it. The graphs don't quite look consistent between KeyNote, Shark, XRay and Activity monitor. KeyNote uses its on classes, Shark, Chud,

Re: Charting API?

2008-02-29 Thread Jiva DeVoe
I'll add my recommendation for SM2DGraphView as well. The docs are good and the code works well. -- Jiva DeVoe http://www.random-ideas.net On Feb 27, 2008, at 4:56 PM, Kyle Sluder [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 2:14 PM, Chris Schmitt [EMAIL PROTECTED] wrote: I want to

Re: Charting API?

2008-02-28 Thread Sean Murphy
On Feb 27, 2008, at 2:14 PM, Chris Schmitt wrote: I want to add some simple bar graphs and pie charts to my project. Is there an apple api for charting or do you need to use a 3rd party product? Regarding the Google Charting API that was mentioned, you can take simpler route and avoid

Re: Charting API? (Chris Schmitt)

2008-02-27 Thread Barry Wark
Just a little more info... I believe the DataGraph framework (http://www.visualdatatools.com/DataGraph/index.html) is licensable for use in commercial apps. We've had good success with it, though the API takes a bit of getting used to. You might also want to check out Drew McCormack's tutorials on

Re: Charting API? (Chris Schmitt)

2008-02-27 Thread Wade Tregaskis
Apple has the makings of such a framework already - its called GraphKit. If you want GraphKit to become available as a supported Cocoa framework PLEASE enter an enhancement bug - you can reference the same bug my request was dupped to: 3320659 [its low number tells you its a long

Re: Charting API?

2008-02-27 Thread Graham
There's also Narrative: https://sourceforge.net/projects/narrative/ I don't know if it's any good but it's Cocoa. S.O.S. On 28/02/2008, at 6:14 AM, Chris Schmitt wrote: I want to add some simple bar graphs and pie charts to my project. Is there an apple api for charting or do