Sys Monitor graphs
-
how do i plot a graph that looks like the CPU load monitor graph in XP? I just need the formulae or some code that shows how to do it. I have the data available , and I could easily find my way to plot the graph using the graphics libs. I'm guessing , this is going to be using some Gaussian noise formulae. But google didnt give me any affirmitive results. Any ideas ?
-
how do i plot a graph that looks like the CPU load monitor graph in XP? I just need the formulae or some code that shows how to do it. I have the data available , and I could easily find my way to plot the graph using the graphics libs. I'm guessing , this is going to be using some Gaussian noise formulae. But google didnt give me any affirmitive results. Any ideas ?
There's actually several good articles here on CodeProject about drawing graphs you should look at, like A flexible line graph class library in C#[^]. You could search the articles for others.
Microsoft MVP, Visual C# My Articles