Click here to Skip to main content
15,881,794 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

I'm working on a small application which scans the HDDs and calculates the total space, free available space and the usage. I would now like to show the percentages of each part in a bar chart. Just like the bar chart from the Windows resource monitor (Example)

Any known librays or plugins for that? I've been thinking about to write a class for that with the DrawRectangle function, what do you think?


tronPro
Posted

1 solution

Check out the Microsoft Charting library[^].

It has 100% Stacked Bar Chart type: http://msdn.microsoft.com/en-us/library/dd489229.aspx[^]
 
Share this answer
 
Comments
tronPro 7-Jul-12 21:03pm    
Thanks, but I decided to create a control on my own.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900