The Visual Studio 2010 component set has a Chart component (chart). I can’t work with him at all - (Can someone throw a link to a detailed description or explain it here? I would be very grateful.
What I want from this component: There is a table. There are two columns in the table - date and value. It is necessary to build a schedule of change. After trying to hammer into the "DataSource" property of the Chart component, the table view, I get this: alt text

although the data changes with a completely different dynamics, karoch does not plow anything.



    2 answers 2

    Under this link you can find examples for your chart control, both for ASP.NET and for WinForms.

    Hope will help.

      The graph can be constructed using:

      MyChart.Series.Points.AddXY(x value, y value);