How to draw a chart in Windows Phone 8 or 8.1 without using an external library?

How can I draw a simple diagram in Windows Phone 8 or 8.1 without using an external library, I want to use only C # + XAML code.

I was looking for a free library to do this on Windows Phone 8.1 (universal app), but I could not find it. All found libraries are supported by Windows Phone 8 or 7, and not Windows Phone 8.1 .

+7
c # windows-phone xaml drawing
source share
2 answers

I made an answer in this similar question How to make a diagram on a universal Windows Phone application

He can help you. Telerik has an API that costs money, and Google has a free one where you can receive charts through HTTP requests. Check my answer - you can use one of them. My answer is not to draw it through XAML / C #, which can be quite complete.

To do this yourself, you probably want to create a custom control. Here are some links to get you started:

+3
source share

Using the default tools is very difficult, you can use telerik , although

+1
source share

All Articles