Hello, Starting with the 2.0.342.0, Monobjc provides the support for the SM2DGraphView framework. A new sample application has been added; it is the straight port of the SM2DGraphView sample that shows how to deal with the datasources and the delegates.
I have added some warning in the sample code, because of the way SM2DGraphView process the data for graphs: it requires a binary marshalling of the NSPoints to a NSData object. A better solution would be to use a NSArray, with the NSPoints boxed into NSValues. But this would require to use a custom version of the SM2DGraphView framework to achieve that. Anyway, I hope to be able write a full port of SM2DGraphView in .NET in the near future, so the data providing is easier and faster. Regard, Laurent Etiemble.

