Charts, Xamarin

Getting started with charts in Xamarin Forms

Usually we want to display some information on the screen in a graphic way without a lot of words and with a quick reading. That’s why we use charts. In this post I’ll teach you how to do this. First of all.. What do I need? Add from NuGet Package the plugin: Microcharts.Forms Let’s Start! Setting Data Entries to Charts To begin…

Continue Reading