Graph in VB.Net

  • Thread starter Thread starter G. Schmelzer
  • Start date Start date
G

G. Schmelzer

Hello Newsgroup,

I'm searching for a control that draws a line in a half circle. The circle
has three sections: red, orange and green. I get values from a com device.
And the closer theese values come to the ideal value, the closer the line
gets to the green section. (Like the speedo of a car).

Knows anybody a control that can do so?? (I've been searching a lot the last
days, and found nothing...)

Thanks in Advance


G. S.
 
G.S.,

I'm not familiar with any control that does that. However, you can create
your own control and implement the functionality using GDI+ to draw the
circle and line.

-- Alex Papadimoulis
 
In the time you spent searching, you could have built it yourself. Graphics
in .NET are easy to do, just give it a shot...
 
* "G. Schmelzer said:
I'm searching for a control that draws a line in a half circle. The circle
has three sections: red, orange and green. I get values from a com device.
And the closer theese values come to the ideal value, the closer the line
gets to the green section. (Like the speedo of a car).

Knows anybody a control that can do so?? (I've been searching a lot the last
days, and found nothing...)

See reply in German language group ;-).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top