Read original post by Mahesh Sabnis at .NET Curry
Recently, I was discussing Line Of Business (LoB) application development for Modern UI on Windows 8 with one of my clients. One of their requirements was generating Charts based upon the values received from external services like WCF, WEB API etc. That got me going and I decided to implement a sample using C# and XAML.
Windows Store Apps developed using C# and XAML can leverage the 2D Graphics related APIs for drawing - like generating Point collection and drawing lines onscreen using these. Today we will see how we can leverage these APIs
If you are familiar with WPF or Silverlight, then you will find use of these classes really simple with slight variations in WinRT.