Discussions: 3,781 | Messages: 17,530 | Members: 5,533 | Online: 8 | Newest : RazzStar (Welcome!)

Go Back   Qdoos Webmaster Forum Marketplace > Programming Forum > Programming Discussions > .NET

.NET Discussion area for .NET programming and coding. Ask for help, share your knowledge, or talk about .NET here.


Reply
 
LinkBack Tools Display
Old 11-26-2008, 01:36 AM   #1 (permalink)
Im new :)
Feedback Score: 0 reviews
 
Join Date: Oct 2008
Posts: 41
Rep Power: 1 PiddlesFTW is on a distinguished road
iTrader: (0)
PiddlesFTW is Working

Default New ASP.NET Charting Control:

Microsoft recently released a cool new ASP.NET server control - - that can be used for free with ASP.NET 3.5 to enable rich browser-based charting scenarios:

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:



The below example (under Chart Types->Pie and Doughnut Charts) demonstrates a variety of pie and 3D doughnut options:



The below example (under Chart Types->Advanced Financial Charts) demonstrates some graph charts:



In addition to the above samples, you can download the Microsoft Chart Control Documentation or ask questions on the Chart Controls Forum to learn more.

This should provide a useful (and free) addition to your standard ASP.NET toolkit of functionality, and enable you to easily add richer visualization and data workflow scenarios to your ASP.NET applications.

Hope this helps,

Scott





More...
PiddlesFTW is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 03-05-2009, 11:09 AM   #2 (permalink)
Im new :)
Feedback Score: 0 reviews
 
Join Date: Mar 2009
Posts: 38
Rep Power: 1 vks87 is on a distinguished road
iTrader: (0)
Recent Blog:
vks87 has no status.

Default

WOO You gave us a very useful information.
Good job.
vks87 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tools
Display

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Designed by VB Skin Studio - Sitemap

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83