Using Microsoft’s Chart Controls In An ASP.NET Application: Plotting Chart Data
The Microsoft Chart Controls enable developers to specify chart data in a number of ways. Chart data may be specified statically via the Chart Web control’s declarative markup. Chart data may also be specified programmatically using a variety of techniques. For starters, you can add the points to plot one at a time via the Points collection’s AddXY method. The Chart Controls API offers methods for binding enumerable data to the chart in one line of code.














