Dynamic Graph using Xamarin Forms

1

I'm new to Xamarin, I know there must be components ready for what I need, I've tried, but I have not found it yet. I need to create a chart like this:

link

I used this in PhoneGap (html5 + JS), now that I'm migrating to xamarin forms, I'd like to know if any third-party components do what I need or if I need to do everything from scratch.

Thank you.

    
asked by anonymous 17.06.2015 / 07:29

2 answers

0

The best control is OxyPlot, I tested it and it is able to do what I need. ( link ), is far superior to everyone, including payments! It can be installed via Nuget ( link )

    
24.06.2015 / 01:45
1

There are several (I do not know if you notice your need), here are some that I found:

="http://docs.oxyplot.org/en/latest/getting-started/hello-xamarin-forms.html"> Documentation

Xlabs - Free

Syncfusion - Paid * (Except cheating has community version)

Telerik - Pago

    
17.06.2015 / 14:44