Those who are working with Xamarin.Forms, know that there is no out-of-the-box support for charts/graphs in Xamarin Forms. If you want to show any data report in the form of charts/graph like Pie, Bar etc., you will have to use third party graph controls like Syncfusion (Some Xamarin pre-built examples use these), Infragistics, or Telerik controls and you have to pay license fees for them.

There is a little known open source plotting library for Xamarin.Forms called OxyPlot. This library is not only free/open source but it’s easy to use too. However, you may have to play around with code samples to understand the working of these graph controls. In this article, we will learn how to use a few of graph options in OxyPlot.

This article has just scratched the surface of using Oxyplot controls to create different types of charts and graphs. You can experiment more with it by trying out these examples. Let me know if you need any particular graph example.