What options are there currently for displaying business charts (e.g. bar, pie, scatter, line) in a MonoTouch application? Obviously I could roll my own using the graphics library, but are there any existing MonoTouch-compatible libraries?
If not, could I use a standard iPhone charting library in MonoTouch (i.e. something designed to be used with ObjC and Xcode)? Are there any good tutorials for learning how to do this - e.g. calling a commercial iPhone UI library from MonoTouch?