Using Microsoft's Chart Controls In An ASP.NET Application: Plotting Chart Data

Posted by: 4GuysFromRolla.com Headlines, on 29 Jul 2009 | View original | Bookmarked: 0 time(s)

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. For example, you can pass an enumerable data source (such as a SqlDataReader) into the Chart control's DataBindTable method. Alternatively, you can assign data to the Chart's controls DataSource property and then call its DataBind method.

The first installment in this article series - Getting Started - showed some simple examples of plotting chart data. This article delves into more intricate examples, showing how to plot database data, data from an XML file, and data from other types of data sources. We'll also look at plotting data using a library created by K. Scott Allen for his MSDN Magazine article, Charting With ASP.NET And LINQ. Read on to learn more!
Read More >

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: SQL | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1447 | Hits: 37

Similar Posts

  • November's Toolbox Column Now Online more
  • Introducing Versatile DataSources more
  • How to display data from different tables using one data source more
  • ASP.NET 4 Beta 2 - New Version, New Docs, New MSDN Site ! more
  • Announcing Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier more
  • Migrate from System.Data.OracleClient in two simple steps with Devart more
  • Making a Step chart in RadChart for Silverlight and WPF more
  • Using Microsoft's Chart Controls In An ASP.NET Application: Programmatically Generating Chart Images more
  • Project Turing: Beginning RIA Svcs more
  • Using Microsoft's Chart Controls In An ASP.NET Application: Sorting and Filtering Chart Data more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD