Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

achartengine.org JAR binding error

$
0
0

I made a Java Binding Project for the aChart jar file.

aChart gives a error on the Pan class with the Pan eventhandler. Therefore I added the following to the Metadata.xml:

<attr path="/api/package[@name='org.achartengine.tools']/class[@name='Pan']" name="managedName">Panning</attr>

After fixing that I get a new error:

Org.Achartengine.Chart.AbstractChart.cs(192,192): Error CS0308: The non-generic type 'System.Action' cannot be used with type arguments (CS0308) (aChartEngine)

Can someone help please?


Viewing all articles
Browse latest Browse all 204402

Trending Articles