473,396 Members | 1,965 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Charting!!

looking for a shareware charting tool which plugs into asp.net 2.0 apps?

TIA
Jun 21 '06 #1
11 1377

http://www.carlosag.net/Tools/WebChart/Default.aspx

Works good for me.
Vai2000 wrote:
looking for a shareware charting tool which plugs into asp.net 2.0 apps?

TIA


Jun 21 '06 #2
Consider OWC - Office Web Components.

http://www.4guysfromrolla.com/webtech/022101-1.shtml

Eliyahu

"Vai2000" <no****@microsoft.com> wrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0 apps?

TIA

Jun 22 '06 #3
would not do that...
I think it needs office installed on the client, not very nice, except
for intranet.

Remy
Eliyahu Goldin wrote:
Consider OWC - Office Web Components.

http://www.4guysfromrolla.com/webtech/022101-1.shtml

Eliyahu

"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0 apps?

TIA
Jul 10 '06 #4
No, it doesn't need Officr neither on the client nor on the server.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Remy" <rb********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
would not do that...
I think it needs office installed on the client, not very nice, except
for intranet.

Remy
Eliyahu Goldin wrote:
Consider OWC - Office Web Components.

http://www.4guysfromrolla.com/webtech/022101-1.shtml

Eliyahu

"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0
apps?
>
TIA
>
>

Jul 10 '06 #5
WRONG!!!
http://support.microsoft.com/kb/q243006/


"Eliyahu Goldin" wrote:
No, it doesn't need Officr neither on the client nor on the server.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Remy" <rb********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
would not do that...
I think it needs office installed on the client, not very nice, except
for intranet.

Remy
Eliyahu Goldin wrote:
Consider OWC - Office Web Components.
>
http://www.4guysfromrolla.com/webtech/022101-1.shtml
>
Eliyahu
>
"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0
apps?

TIA


Jul 10 '06 #6
Have a look at this:
http://www.carlosag.net/Tools/WebChart/Default.aspx

It's free and it might be what you need.

"Remy" <rb********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
would not do that...
I think it needs office installed on the client, not very nice, except
for intranet.

Remy
Eliyahu Goldin wrote:
>Consider OWC - Office Web Components.

http://www.4guysfromrolla.com/webtech/022101-1.shtml

Eliyahu

"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0
apps?

TIA


Jul 10 '06 #7
The following is an excerpt from the OWC license:

----
1. GRANT OF LICENSE. If You licensed the Software from Your hardware
manufacturer, You may install and use one (1) copy of the Software. If You
have a valid end user license for Microsoft Office 2003 or any component
application of the Microsoft Office System, Microsoft Office XP, Access
2002, Excel 2002, FrontPage 2002, or any other product identified by
Microsoft and with which the Software interoperates (the "Licensed
Products"), and You licensed the Software from Microsoft, You may use one
(1) copy of the Software in accordance with the end user license agreement
that accompanied the Licensed Product. If You are not a licensee of any of
the Licensed Products, You may only install and use one (1) copy of the
Software for the sole purpose of viewing and printing copies of static
documents, text and images created with the Software; You cannot make any
other use of the Software whatsoever.

----

If all you need is viewing and printing charts, you don't need any license.
You can install OWC on the server, produce charts and send them down to
clients as long as the client doesn't interact with the chart. I use this
scenario in a commercial application. It works with no problems.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Martin Smith" <Ma*********@discussions.microsoft.comwrote in message
news:3D**********************************@microsof t.com...
WRONG!!!
http://support.microsoft.com/kb/q243006/


"Eliyahu Goldin" wrote:
No, it doesn't need Officr neither on the client nor on the server.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Remy" <rb********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
would not do that...
I think it needs office installed on the client, not very nice, except
for intranet.
>
Remy
>
>
Eliyahu Goldin wrote:
Consider OWC - Office Web Components.

http://www.4guysfromrolla.com/webtech/022101-1.shtml

Eliyahu

"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0
apps?
>
TIA
>
>
>

Jul 10 '06 #8
I implemented a framework around microsoft excel (i know this isn't
shareware but most people already have excel) that allows you to create
the chart using excel and easily add it as a user control in an Asp.net
page. Its far better looking and easy to create than using a charting
component that you have to code to get working well. If you are
interested I'd be happy to send you some chunks of code, but heres a
snippet...it basically is a save as html of the excel chart....

Excel.ApplicationClass
xl=new Excel.ApplicationClass();
Excel.Workbook wkbook=null;
try
{
xl.AutomationSecurity=Microsoft.Office.Core.MsoAut omationSecurity.msoAutomationSecurityForceDisable;
wkbook=xl.Workbooks.Open(server.MapPath(request.Ap plicationPath+xlfiledirectorybaseuri+xlfilename),
3,false,1,Missing.Value,Missing.Value,true,
Missing.Value,9,false,false,Missing.Value,false,tr ue,Missing.Value);
wkbook.RefreshAll();
try
{
System.IO.Directory.Delete(server.MapPath(request. ApplicationPath+imageuri),true);
System.IO.File.Delete(server.MapPath(request.Appli cationPath+imagesavefileuri+htmlsavefilename));
}
catch
{
;
}

Excel.PublishObject
obj=wkbook.PublishObjects[xlchartobjectname];
obj.HtmlType=Excel.XlHtmlType.xlHtmlStatic;//xlHtmlChart;
obj.Filename=server.MapPath(request.ApplicationPat h+imagesavefileuri+htmlsavefilename);
obj.Publish(0);
this.sChartImageURI=request.ApplicationPath+imageu ri+imagefilename;
}
finally
{
wkbook.Close(false,Missing.Value,Missing.Value);
wkbook=null;
xl.Workbooks.Close();
xl.Quit();
xl=null;
}

Vai2000 wrote:
looking for a shareware charting tool which plugs into asp.net 2.0 apps?

TIA
Jul 10 '06 #9
Eliyahu is right, charts do not require a version of Office installed on the
client or server for that matter. In addition, the licensing allows the use
of read-only chart generation on the server streamed to the client. FYI,
licensing is only concerned with client-side interactivity.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Martin Smith" <Ma*********@discussions.microsoft.comwrote in message
news:3D**********************************@microsof t.com...
WRONG!!!
http://support.microsoft.com/kb/q243006/


"Eliyahu Goldin" wrote:
>No, it doesn't need Officr neither on the client nor on the server.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Remy" <rb********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegr oups.com...
would not do that...
I think it needs office installed on the client, not very nice, except
for intranet.

Remy
Eliyahu Goldin wrote:
Consider OWC - Office Web Components.

http://www.4guysfromrolla.com/webtech/022101-1.shtml

Eliyahu

"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0
apps?

TIA





Jul 10 '06 #10
OK Apologies Eliyahu. Allow me to rephrase.

RIGHT!!!

"Alvin Bruney [MVP]" wrote:
Eliyahu is right, charts do not require a version of Office installed on the
client or server for that matter. In addition, the licensing allows the use
of read-only chart generation on the server streamed to the client. FYI,
licensing is only concerned with client-side interactivity.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Martin Smith" <Ma*********@discussions.microsoft.comwrote in message
news:3D**********************************@microsof t.com...
WRONG!!!
http://support.microsoft.com/kb/q243006/


"Eliyahu Goldin" wrote:
No, it doesn't need Officr neither on the client nor on the server.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Remy" <rb********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
would not do that...
I think it needs office installed on the client, not very nice, except
for intranet.

Remy
Eliyahu Goldin wrote:
Consider OWC - Office Web Components.
>
http://www.4guysfromrolla.com/webtech/022101-1.shtml
>
Eliyahu
>
"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net 2.0
apps?

TIA





Jul 11 '06 #11
You made my day :)
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]

"Martin Smith" <Ma*********@discussions.microsoft.comwrote in message
news:05**********************************@microsof t.com...
OK Apologies Eliyahu. Allow me to rephrase.

RIGHT!!!

"Alvin Bruney [MVP]" wrote:
>Eliyahu is right, charts do not require a version of Office installed on
the
client or server for that matter. In addition, the licensing allows the
use
of read-only chart generation on the server streamed to the client. FYI,
licensing is only concerned with client-side interactivity.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Martin Smith" <Ma*********@discussions.microsoft.comwrote in message
news:3D**********************************@microso ft.com...
WRONG!!!
http://support.microsoft.com/kb/q243006/


"Eliyahu Goldin" wrote:

No, it doesn't need Officr neither on the client nor on the server.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Remy" <rb********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegr oups.com...
would not do that...
I think it needs office installed on the client, not very nice,
except
for intranet.

Remy
Eliyahu Goldin wrote:
Consider OWC - Office Web Components.

http://www.4guysfromrolla.com/webtech/022101-1.shtml

Eliyahu

"Vai2000" <no****@microsoft.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
looking for a shareware charting tool which plugs into asp.net
2.0
apps?

TIA






Jul 11 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jerry Sievers | last post by:
Dear Pythonists; I would appreciate a recommendation of a open source package for charting numeric data such as stock market quotes etc. Have such a thing in PHP called JPGraph which is very...
4
by: Brian | last post by:
I want to develop an application that has an oscilliscope . I was wondering if anyone has experience (good or bad) of any commercial charting packages that will provide this sort of functionality....
6
by: DG | last post by:
is there a charting control that comes with visual studio or i'll have to buy one? what do you reccomend? thanx
4
by: Robin | last post by:
What charting is available in asp.net as standard?
3
by: Amit Bansal (www.peoplewareindia.com) | last post by:
Hi, Is there a free chat tool with source code which i can use my dot net applications ?
2
by: Jesse Aufiero | last post by:
I'm looking for a good third-party charting component with a user-friendly designer. Does anyone know of one? Thanks!
3
by: harris_cohen | last post by:
I am comparing many different charting components for use in my project and am seeking feedback from current users. I have looked at Nevron, Teechart, ComponentArt, SharpGraph and others. Some are...
3
by: Igor | last post by:
Hi all, I'm looking for a tool that can design charts and save chart definitions in a file. I would put those chart definitions in a database and then later load them and render charts (as...
20
by: Joe | last post by:
Is any one charting packing considered to be the "best"? We've used ChartFX but wasn't too happy about the way data had to be populated along with some other issues which slip my mind right now and...
2
by: RobcPettit | last post by:
Hi, can anyone suggest how to go about charting. Id like to add a price graph/ma graph and volume chart. My data streems from the internet every second. Ive looked at components but most are out of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.