showing a chart

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

Hi everybody,
I have three numerical value that update every 10 seconds and I need to show
it on a graph ( something like windows performance graph) Is there any
control in VB2008 professional or any method to do this?

Best regards,
Edward
 
Hi,

I'm not sure if there is, would be good if there is.

Something I have done in the past was draw straight to the screen, then over
paint the area every few seconds. Look for drawline examples on the net, it's
where I started. Not got any code to hand otherwise I'd post some. Hope it
helps a little bit.

Miles
 
Edward said:
I have three numerical value that update every 10 seconds and I need to
show
it on a graph ( something like windows performance graph) Is there any
control in VB2008 professional or any method to do this?

You may want to take a look at these controls:

Download details: Microsoft Chart Controls for Microsoft .NET Framework 3.5
<URL:http://www.microsoft.com/downloads/...86-bf49-4fe5-9ca8-910ae6ea442c&displaylang=en>

Documentation:

Download details: Microsoft Chart Controls for .NET Framework Documentation
<URL:http://www.microsoft.com/downloads/...35-B087-4324-9DBA-6DD5E844FD9F&displaylang=en>

VS IDE integration:

Download details: Microsoft Chart Controls Add-on for Microsoft Visual
Studio 2008
<URL:http://www.microsoft.com/downloads/...13-E1E5-4315-825C-F14D33A303E9&displaylang=en>
 
Thank you guys. I thought using a form drawing or a picture drawing method
also I found the chart control , both of them are not perfect chart control
is more complicated that it needs to be, Thanks
 
Back
Top