简体   繁体   中英

Fluent Style Pie Charts and Bar charts on .NET UWP C#

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...

条形图示例图像

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM