Click here to Skip to main content
15,891,864 members
Articles / Web Development / ASP.NET

ASP.NET Charting Controls

Rate me:
Please Sign up or sign in to vote.
4.79/5 (17 votes)
25 Jan 2013Ms-PL2 min read 128.5K   4K   71  
Usage of ASP.NET Charting Controls provided with .NET Framework 3.5 SP1
<?xml version="1.0"?>
<doc>
<assembly>
<name>
WebApplication2
</name>
</assembly>
<members>
<member name="P:WebApplication2.My.MyWebExtension.Computer">
	<summary>
 Returns information about the host computer.
 </summary>
</member><member name="P:WebApplication2.My.MyWebExtension.User">
	<summary>
 Returns information for the current Web user.
 </summary>
</member><member name="P:WebApplication2.My.MyWebExtension.Request">
	<summary>
 Returns Request object.
 </summary>
</member><member name="P:WebApplication2.My.MyWebExtension.Response">
	<summary>
 Returns Response object.
 </summary>
</member><member name="P:WebApplication2.My.MyWebExtension.Log">
	<summary>
 Returns the Asp log object.
 </summary>
</member><member name="T:WebApplication2.My.MyWebExtension">
	<summary>
 Module used to define the properties that are available in the My Namespace for Web projects.
 </summary>
	<remarks></remarks>
</member><member name="F:WebApplication2._Default.form1">
	<summary>
form1 control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="F:WebApplication2._Default.Chart1">
	<summary>
Chart1 control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Technical Lead Imaginnovate TechSolutions
India India
Spends free time, working with new stuff from Microsoft and Web technologies. Recently started working on "Ruby on Rails" and other open source technologies.

Comments and Discussions