I am using the current Xamarin Studio and trying to get a Core Plot Project up and running. Importing via the component gallery works perfect.
Now I have scatter graph up and running with zooming and panning working.
I like to have the X and Y axis fixed - always visible - regardless of the displayed range of data.
Setting the IsFloating property on an XPTXYAxis leads to a Crash.
It seems that this is obsolete anyway?
Unfortunately the axisConstraints Parameter is not there - as this seems to be the way to fix the axis on the left or right side of the view.
Any idea how to fix that? Maybe the binding has a problem there?