how to draw curve graph in c#
i have some count with names like
Tennis 10
Cricket 12
Boxing 15
FootBall 20
Golf 14
i have drawn graph statically but i want to draw it has dynamic whe开发者_如何学JAVAn ever values change graph should change
Have a look at the WPF Dynamic Data Display library.
I've used it in the past to build live dashboards. The samples included should contain everything you need to get up and running.
If it's very urgent, you could use Google Chart: You download the image or show it directly in a HTML container. You simply have to update the URL to generate a new graph.
If you mean animated graph it'll take longer. You may use WPF Dynamic Data Display or a Flash is you have simple constraints and want a lot of visual effects.
Just throwing ideas.
精彩评论