Bar/Linear chart with multiple entries in Xamarin Forms
问题 I must implement a linear and a bar chart whit multiple data entries in Xamarin.Forms, I have seen multiple plugins like Microcharts but I think that doesn't afford multiple entries and Syncfusion which affords it but is not free. Any free plugin to do it? Example of the charts: Bar Chart Linear 回答1: Based on your demand, You could use PlotView to achieve that .Before you used it, please refer to following link to initialize the OxyPlot, http://docs.oxyplot.org/en/latest/getting-started/hello