Home > Software design >  Fluent Style Pie Charts and Bar charts on .NET UWP C#
Fluent Style Pie Charts and Bar charts on .NET UWP C#

Time:01-15

Please suggest me any good library for fluent Style Pie Charts and Bar charts to implement in my UWP App..

Data accuracy is not important, the design is important in my case...

Bar chart example image

CodePudding user response:

Two main options that I know of:

Microcharts

Microcharts is a pretty simple library that has some Fluent qualities by default but lacks customization options. It doesn't look like it's getting any further support from it's maintainer.

You can find it here.

Telerik

Telerik has an open-source charting control for UWP that's much more flexible but takes some more work to get a nice aesthetic polish. I've seen some pretty well-done visuals made with this library, but it's also receiving minimal updates (all focus seems to be on WinUI right now).

You can find it here.

  •  Tags:  
  • Related