Answered by:
Create or write our very own simple chart control for ASP.Net application

Question
-
Hi,
In our project there is need to creat a simple chart (Bar, Line or Pie) for ASP.Net web control. Requirement is we should be using any available ASP.Net chart controls. Is there any tutorial available which shows how to wrire your own chart control using C#?
Thanks in advance!!
Abhijeet Khopade
- Edited by Abhijeet Khopade Thursday, October 16, 2014 10:48 AM
- Moved by Caillen Friday, October 17, 2014 5:46 AM
Thursday, October 16, 2014 10:47 AM
Answers
-
Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).Thursday, October 16, 2014 2:04 PM
-
HI,
Thanks a lot for your reply.
We handle it using D3 component.
Thanks a lot
Abhijeet Khopade
- Marked as answer by Abhijeet Khopade Monday, November 3, 2014 9:13 AM
Monday, November 3, 2014 9:13 AM
All replies
-
Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).Thursday, October 16, 2014 2:04 PM
-
You're looking for the DataVisualization namespace which is available for:
Web (System.Web.UI.DataVisualization.Charting)
http://msdn.microsoft.com/en-us/library/system.web.ui.datavisualization.charting(v=vs.110).aspx
and
Windows Forms (System.Windows.Forms.DataVisualization.Charting)
- Edited by DPCodesalot Thursday, October 16, 2014 5:53 PM
Thursday, October 16, 2014 5:53 PM -
HI,
Thanks a lot for your reply.
We handle it using D3 component.
Thanks a lot
Abhijeet Khopade
- Marked as answer by Abhijeet Khopade Monday, November 3, 2014 9:13 AM
Monday, November 3, 2014 9:13 AM