I would like to draw circular/radial bar chart on iOS and Android. The chart would look similar to: sample chart. Can anyone please let me know is there any lightweight library in C# which does this task ?
Maybe SyncFusion components can help, they also have a community license:
http://www.syncfusion.com/products/xamarin/chart
BoxView is the way to go. I can build this as easy as pie
Take a look at Syncfusion, Telerik, CocosSharp etc. to see if they provide something suitable.
Alternatively, you could either rotate BoxViews, or create a custom control with renderers for each platform.
OxyPlot is another free alternative. You might have to overlay a few bar charts on top of each other but that shouldn't be hard to do.
Answers
Maybe SyncFusion components can help, they also have a community license:
http://www.syncfusion.com/products/xamarin/chart
BoxView is the way to go. I can build this as easy as pie
Take a look at Syncfusion, Telerik, CocosSharp etc. to see if they provide something suitable.
Alternatively, you could either rotate BoxViews, or create a custom control with renderers for each platform.
OxyPlot is another free alternative. You might have to overlay a few bar charts on top of each other but that shouldn't be hard to do.