Skip to main content

Line graph in asp.net

How to create line graph in ASP.NET??

I have downloaded MS chart controls & done like this :






Url="" XValue="5" YValues="10" />
























But the lines are not getting displayed.Can any1 help m??



Click Here


Responses
Author: srinivas Member Level: Gold Member Rank: 0 Date: 26/Aug/2009 Rating: 2 out of 52 out of 5 Points: 2

Try This:

<%@ Page Language="C#" %>

<%@ Import Namespace="System" %>

<%@ Import Namespace="System.Drawing" %>

<%@ Import Namespace="System.Drawing.Drawing2D" %>

<%@ Import Namespace="System.Drawing.Imaging" %>



Regards,
sri.

Comments

Popular posts from this blog