Duration: 16 minutes
Summary: Here we introduce Charts and see how they can be created on an ASP.NET page. We will create different types of charts using data from the AdventureWorks database.
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: ASP.NET and Visual Studio 2010
Keyword: ASP.NET 4, Visual Studio 2010, Chart, System.Web.DataVisualization, DataSourceID, Series, XValueMember, YValueMembers, ChartType, chartareas, SqlDataSource, ConnectionString, SelectCommand.