I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
Thanks
ra294"ra294" <ra294@.hotmail.comwrote in message
news:u2vMJQp9GHA.2364@.TK2MSFTNGP02.phx.gbl...
Quote:
Originally Posted by
>I am working with ASP.net 2.0.
I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
http://www.gotreportviewer.com/
http://www.ftponline.com/vsm/2006_0...ures/rjennings/
The easiest chart I've ever seen is to take some coloured pixels and stretch
them as simple images to represent the data your after as a bar chart.
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
"ra294" <ra294@.hotmail.comwrote in message
news:u2vMJQp9GHA.2364@.TK2MSFTNGP02.phx.gbl...
Quote:
Originally Posted by
>I am working with ASP.net 2.0.
I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
>
Thanks
>
ra294
>
>
ASP.Net doesn't have built-in charting, other than that you have access to
the System.Drawing namespace and can actually draw your own directly, though
you have to perform all the mathematical calculations to design and draw the
chart. There are tons of charting components out there. A few of them are
also included in full component suites. Check out some of the following
sites:
www.dundas.com
www.nevron.com
www.component1.com
www.infragistics.com
www.telerik.com
http://www.dotnetcharting.com/
http://www.xceedsoft.com/products/ChartAN/
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"ra294" <ra294@.hotmail.comwrote in message
news:u2vMJQp9GHA.2364@.TK2MSFTNGP02.phx.gbl...
Quote:
Originally Posted by
>I am working with ASP.net 2.0.
I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
>
Thanks
>
ra294
>
>
OWC (Office Web Components) from Microsoft provides Excel-style charting. It
is free for non-interactive scenarios.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"ra294" <ra294@.hotmail.comwrote in message
news:u2vMJQp9GHA.2364@.TK2MSFTNGP02.phx.gbl...
Quote:
Originally Posted by
>I am working with ASP.net 2.0.
I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
>
Thanks
>
ra294
>
>
Eliyahu Goldin wrote:
Quote:
Originally Posted by
OWC (Office Web Components) from Microsoft provides Excel-style charting. It
is free for non-interactive scenarios.
I've heard OWC won't work on Vista. Can anyone confirm or deny this?
For some time now I am using Nevron Chart for .NET which has support
for both WinForms and ASP.NET. You can use the charting component for
..NET 1.1 and 2.0 development
The Nevron charts are offered in different editions so you can choose
the best to fit your needs. I would suggest you to try the evaluation
www.nevron.com
Quote:
Originally Posted by
>From Nevron team have confirmed that they will have full support for
..NET 3.0
Regards,
Chris Lithgow
ASP.NET doesn't have a built in chart control, but there are some out there
that you could use or you could create your own.
Here's more info:
http://SteveOrr.net/articles/BarGraphs.aspx
http://SteveOrr.net/articles/WinformControls.aspx
http://msdn.microsoft.com/msdnmag/i...aw/default.aspx
Here's an extensive list of 3rd party charting & graphing controls.
I'm sure many of them would fit your needs.
http://www.asp.net/ControlGallery/d...ry=1&tabindex=0
You could also use the new ASP.NET 2.0 ReportViewer control that has a
built-in graph component.
http://SteveOrr.net/articles/ReportViewer.aspx
Crystal Reports also has built in charting, although it may be overkill.
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"ra294" <ra294@.hotmail.comwrote in message
news:u2vMJQp9GHA.2364@.TK2MSFTNGP02.phx.gbl...
Quote:
Originally Posted by
>I am working with ASP.net 2.0.
I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
>
Thanks
>
ra294
>
>
"Steve C. Orr [MVP, MCSD]" <Steve@.Orr.netwrote in message
news:uzQtpC49GHA.3348@.TK2MSFTNGP03.phx.gbl...
Quote:
Originally Posted by
ASP.NET doesn't have a built in chart control
http://msdn2.microsoft.com/en-us/library/ms252128.aspx
Did you try Super 2d/3d Graph Library from
http://www.softwaresigloxxi.com?
It's very cheap and royalty-free.
ra294 ha escrito:
Quote:
Originally Posted by
I am working with ASP.net 2.0.
I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
>
Thanks
>
ra294
What's your point?
I already mentioned the ReportViewer control.
"Mark Rae" <mark@.markNOSPAMrae.comwrote in message
news:eIh38K49GHA.896@.TK2MSFTNGP03.phx.gbl...
Quote:
Originally Posted by
"Steve C. Orr [MVP, MCSD]" <Steve@.Orr.netwrote in message
news:uzQtpC49GHA.3348@.TK2MSFTNGP03.phx.gbl...
>
Quote:
Originally Posted by
>ASP.NET doesn't have a built in chart control
>
http://msdn2.microsoft.com/en-us/library/ms252128.aspx
>
ra294 wrote:
Quote:
Originally Posted by
I am working with ASP.net 2.0.
I would like to create very simple charts on my site.
Is there a solution for that in ASP.net 2.0 ?
If not, can someone recommand a simple 3rd party tool ?
>
Thanks
>
ra294
ra294
You can use infragestic tool to create charts. in ASP.NEt
Amaresh
"Steve C. Orr [MVP, MCSD]" <Steve@.Orr.netwrote in message
news:u2fPjd59GHA.4464@.TK2MSFTNGP02.phx.gbl...
Quote:
Originally Posted by
I already mentioned the ReportViewer control.
Apologies - I didn't read your post properly...
0 comments:
Post a Comment