Chart

  • Thread starter Thread starter win
  • Start date Start date
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.
 
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.
 
Back
Top