How to create chart in windows phone - c#

I am using the chart in my windows phone 8 application. As I am using amchart quick chart but it doesn't provide full documentation so I am not able to customize my Pie Chart according to data. I am looking out for some customized charts. Can anyone please point me in the right direction. As I have also googled for Silverlight 5 Toolkit but can anyone please tell is it ok to use this toolkit.
Does Windows Phone have any inbuild feature to support charts and graphs?
Any help will be really appreciated.

You could try the following as well,
sparrowtoolkit. which supports WP8.
Here are few other Chart Documentation Links
How to Create Charts Graphs in Your Windows Phone Application

Related

How to Draw chart in windows phone 8 or 8.1 without using external library?

How can I can draw a simple chart in Windows Phone 8 or 8.1 without using an external library, I want to use C# + XAML code only.
I searched for a free library to do that on Windows Phone 8.1 (universal app) but I couldn't find any. All libraries I've found supported Windows Phone 8 or 7, not Windows Phone 8.1.
I made in answer in this similar question How to do Chart on Windows Phone Universal App
It might be able to help you. Telerik has an API that costs money and Google have a free one where you can get Charts through http requests. Check my reply - you might wanna use one of these. My answer is not about drawing it through XAML / C# which can be quite comprehensive.
To Draw it yourself through code you probably wanna create a Custom Control. Here is a few links to get you started:
http://code.msdn.microsoft.com/windowsapps/WPF-Line-Graph-Basics-033dd90e
http://msdn.microsoft.com/en-us/magazine/ee291567.aspx
Using the default tools is very hard, you can use telerik controls, though

Drawing Control for Windows Phone 8.1 (universal app)

There are any Drawing Control for Windows Phone 8.1 (universal app)?
I want to drawing chart on windows phone 8.1 but i need some libraries to help me to do that.
I prefer to be free library.
Telerik UI for Windows Universal debuting with a Powerful Chart Library
Telerik UI for Windows Universal debuting with a Powerful Chart Library
Try WinRTXamlToolkit.Controls.DataVisualization on NuGet or I think it's home page is here.
WinRT XAML Toolkit
Old Answer:
There are a few charting libraries you can get from NuGet:
Here are my favorites:
Sparrow Chart Sparrow Toolkit Home
amCharts
Quick Charts
I have a easy example of Sparrow Chart xaml here: Simple Charting
And if you're adventurous it's not that difficult to draw a grid and some points/fill with the
<canvas> tag.

How to insert graph in windows form using .net C#?

I want to insert a live graph in my bandwidth monitor tool. Can any one help me to insert a simple graph in my form using .net C#?
Thanks in advance
The Chart control visualizes your data. It displays data in your Windows Forms program as a bar graph or chart.
Please refer these link i think it will help you.
http://www.codeproject.com/Articles/2210/Tracker-A-Windows-Form-graph-control
http://www.dotnetperls.com/chart
http://www.daniweb.com/software-development/csharp/code/451281/simple-line-graph-charting

Is there a way I can display data via a line graph/pie chart in an wp7 application?

So I want to add an extra feature to this application. I want the user to be able to see a graphical representation of their monthly outgoing expenditure and monthly income.
Similarly to this (droid wallet) but albeit on a Windows Phone device instead and this myMoneyBook
Does anyone know about I can go about doing this, or point me in the right place on what to look/read up on?
This page describes how to get a pie chart on Windows Phone 7 using the Silverlight 3 toolkit. Since Mango supports Silverlight 4 you may be able to get it to work using the Silverlight 4 toolkit as well.

What should I use instead of amCharts for charts and graphs on wp7?

I have a question that's been unanswered for a couple of days (has that even happened before?) and am now looking for alternate solutions. Here is the other question in case of interest: linegraph on wp7
As the title mentions; what should I use instead of amCharts for drawing charts on wp7? I need to be able to draw one graph on three pivot items and it's supposed to be a linegraph.
Any ideas?
Lots of questions about available charting libraries have been asked before.
See:
Windows Phone 7 Charting/Graphing Controls
Charting Library for Windows Phone 7 with Zooming & Panning?
Plotting library for Windows Phone 7 / Silverlight
How can I draw a nice graph like the HTC 'Stocks' app
how would I implement realtime graphing in Silverlight/WP7?

Categories