Paulo Amf
Paulo Amf

Reputation: 358

Dynamic Chart using Xamarin Forms

I am newbie in Xamarin; I know there must be ready components for what I need, already I searched but not yet found. I need to create a dynamic graphic like this:

http://www.highcharts.com/demo/dynamic-update

I wore this in PhoneGap (html5 + JS), but now I'm moving to Xamarin forms and would like to know if any third component is what I need or I'll have to do everything from scratch.

Thank you.

Upvotes: 2

Views: 4704

Answers (3)

For dynamically updated Xamarin charts SciChart offers an extremely high performance solution. With the SciChart Xamarin Chart control you can draw up to a million points, zoom, pan and scroll big datasets interactively.

Scrolling Xamarin Chart

Check out performance demos here:

Disclosure: I am the tech lead on the SciChart Xamarin project

Upvotes: 0

Daniel Luberda
Daniel Luberda

Reputation: 7454

I'm using Syncfusion controls for Xamarin.Forms and I'm satisfied with it. They also have a free license for individual developers and small businesses.

Upvotes: 2

I_Khanage
I_Khanage

Reputation: 456

I'm currently looking into graphing too and OxyPlots seems to be a pretty good line graph tool. I don't think it supports dynamic updating so you'd have to program it to update manually when new data points come available.

I've not gotten round to actually using this myself but I thought I'd post this here in case it works for you.

Edit: Here's a list of examples. Also you can add it to your project using nuget so it should be easy to set up.

Upvotes: 3

Related Questions