.net charting controls

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

I'm looking for charting control or library that can do
all the simple charts (line, bar, pie, etc.) as well as
some other ones like thermometers and fuel gauges. Does
anybody know of any?

I've looked at all the ones on the asp.net page in the
Control Gallery but none of them that I saw have those non
standard ones i mentioned above.

http://www.asp.net/ControlGallery/default.aspx?
Category=1&tabindex=2

Thanks,
Jamie
 
Hello Jamie,

Thanks for your post. I did some research on this issue, however, I also
did not find a chartting control which supports non-standard chars as you
mentioned say, thermonmeters. You may need to create a custom chartting
control of your own which supports thermometers and fuel gauges. I believe
the following MSDN article is very helpful:

Walkthrough: Creating a Web Custom Control
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbwlkwalkthroughcreatingcustomwebcontrols.asp

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top