>Hi, > >For my client I have to develop a dashboard for the iPad, showing several >charts. Is there a chart component available for MonoTouch? Or does anybody >have an idea to generate charts for the iPad? > >Thanks, >Danny
Hi Danny, Is there an all-seeing, all-knowing, all-encompassing, open source, business charting library? I haven't found one yet even on the Objective-C side, other than a smattering of commercial packages, and nothing specifically to work with MonoTouch. GraphKit is Apple's but it hasn't been made available, so unavailable for App Store bound packages. Recommendations I've seen include performing the graphics rendering using Quartz & Quartz 2D. core-plot seems well presented. -Mike ----- Some choices exist for Objective-C: http://code.google.com/p/core-plot/ http://cocoaheads.byu.edu/resources/plot http://blog.oofn.net/projects/graphx/ http://sourceforge.net/projects/narrative/ http://code.google.com/p/s7graphview/ GPLv3: http://powerplot.nua-schroers.de/ code snippets: http://mac-objective-c.blogspot.com/2009/04/drawing-pie-charts.html not public domain: http://developer.snowmintcs.com/frameworks/sm2dgraphview/index.html commercial: http://www.keepedge.com/products/iphone_charting/ http://www.iphonechart.com/iphone-chart/ _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
