Chart

W

win

I create Chart, but compared to Visual Basic that provides Mschart,

environment. NET seems not to have a similar component.

What is the best and easiest way to create graphs?

I need to create multiple charts in the same form.

Thank you.
 
A

Alberto Poblacion

win said:
I create Chart, but compared to Visual Basic that provides Mschart,

environment. NET seems not to have a similar component.

What is the best and easiest way to create graphs?

I need to create multiple charts in the same form.

The .Net Framework version 4.0 (Visual Studio 2010) includes a very
powerful control named "Chart". It can render 23 different chart types. You
can find the gallery here: http://code.msdn.microsoft.com/mschart
You can also download the Chart controls for the framework 3.5.
 

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

Top