![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Posts: 7
Rep Power: 0
![]() |
How can I draw a chart in a WinApp ??
I want to draw a realtime chart in a C# windows app to show some statistics about the output of the program, is there any tool for this purpose
The program implements a number of CPU scheduling algorithms and I want to draw a chart to indicate the CPU utilization by each process Thanks in advance |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 380
Rep Power: 3
![]() |
I don't think C# has any Controls for making graphs, but you could just use GDI to draw it:
http://www.c-sharpcorner.com/2/gdi_plus.asp
__________________
I am Addicted to Linux! |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
If you got the money, I am using this software package at work. You can stream data real time using ajax.
http://www.dundas.com |
|
|
|
|
|
#4 |
|
Expert Programmer
|
You should be able to embed control from MS Excel into your application, just install Excel or the Excel viewer (which I believe to be free).
The other option is that you can also create your own control which draw the grids for you. Or look up a feeware project for C# called SourceGrid, a very powerful gridding and charting tool.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|