Showing posts with label Chart Control. Show all posts
Showing posts with label Chart Control. Show all posts

Friday, November 28, 2008

Microsoft Chart Controls for Microsoft .NET Framework 3.5

Microsoft Chart Controls for Microsoft .NET Framework 3.5

http://www.microsoft.com/downloads/details.aspx?FamilyID=130f7986-bf49-4fe5-9ca8-910ae6ea442c&DisplayLang=en

Once installed the control shows up under the "Data" tab on the Toolbox, and can be easily declared on any ASP.NET page as a standard server control:

supports a rich assortment of chart options - including pie, area, range, point, circular, accumulation, data distribution, ajax interactive, doughnut, and more. You can statically declare chart data within the control declaration, or alternatively use data-binding to populate it dynamically. At runtime the server control generates an image (for example a .PNG file) that is referenced from the client HTML of the page using a element output by the control. The server control supports the ability to cache the chart image, as well as save it on disk for persistent scenarios. It does not require any other server software to be installed, and will work with any standard ASP.NET page.

To get a sense of how to use the control I recommend downloading the Microsoft Chart Controls Sample Project. This includes over 200 ASP.NET sample pages that you can run locally. Just open the web project in VS 2008 and hit run to see them in action - you can then open the .aspx source of each to see how they are implemented.

The below example (under Chart Types->Line Charts->3D Line and Curve Charts) demonstrates how to perform Line, Spline and StepLine charting:

Read More..

Wednesday, November 12, 2008

Chart Controls released in .Net Framework 3.5

Microsoft today announced the (out-of-band) release of the ASP.NET Chart Control for Microsoft .NET Framework 3.5. The ASP.NET Chart Control is a free, full-featured chart control package which enables developers to easily add rich data visualization to ASP.NET and Windows Forms applications.

Acquired from Dundas Software, the industry leader in .NET charting solutions, the ASP.NET Chart Control is a highly comprehensive, powerful, and easy-to-use solution for adding simple to advanced interactive charts and graphs to applications with minimal coding. Similar functionality resulting from the technology acquisition from Dundas was released earlier in SQL Server 2008 Reporting Services Report Builder 2.0.

Releasing this technology in the .NET Framework will save developers effort by allowing their end users to quickly setup and visually configure charts without writing a single line of code. Until now, customers had to purchase this capability from 3rd party vendors or spend a great deal of effort developing their own controls.

Overview of Features

* Comprehensive list of 2D and 3D chart types
* Multiple Chart Areas, Legends and Titles
* Highly customizable visual appearance
* Built-in data manipulation and formulas
* Annotations
* Axis scale breaks
* Smart label positioning

Samples Environment
Microsoft provides a sample environment for ASP.NET Chart Control geared towards getting developers started fast. The sample environment includes over 200 samples for both ASP.NET and Windows Forms and include the C# Source Code for each sample. The samples enable developers to see the Chart Controls in action as well as use the code as templates. Samples to get your development started are available on MSDN.

Read More..