Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Server side Charting


Message #1 by "Raghavendra Prasad (IE10)" <RaghavendraPrasad@h...> on Thu, 7 Dec 2000 11:03:51 +0530

Hi,



I am in a project which requires that charts be constructed from a database 

table on the server side and be served to the Client as Gifs.



I explored the possiblity of using Excel Object Model for the purpose.

This method though gives the best Gifs is not Scalable in an

internet environment



The major problem here is that Excel Application has to start up

Each time , A new sheet be added , New  Chart be constructed 

and exported to Gif



Any Suggestions or better components to do this is Welcome



Thanks in Advance

Regards

prasad



Raghavendra Prasad K

Software Engineer

HISO

* 2860357 (EXTN:1211)

* RaghavendraPrasad@h...





Message #2 by "Jeffrey Widmer" <jwidmer@o...> on Thu, 7 Dec 2000 10:47:34 -0500
Try using the Office Web Components.  The article

http://www.elementkjournals.com/asp/0012/asp00c1.htm

has information on how to create them plus sample code.

Hope this helps.

-Jeff





-----Original Message-----

From: Raghavendra Prasad (IE10) [mailto:RaghavendraPrasad@h...]

Sent: Thursday, December 07, 2000 12:34 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Server side Charting







Hi,



I am in a project which requires that charts be constructed from a database

table on the server side and be served to the Client as Gifs.



I explored the possiblity of using Excel Object Model for the purpose.

This method though gives the best Gifs is not Scalable in an

internet environment



The major problem here is that Excel Application has to start up

Each time , A new sheet be added , New  Chart be constructed

and exported to Gif



Any Suggestions or better components to do this is Welcome



Thanks in Advance

Regards

prasad



Raghavendra Prasad K

Software Engineer

HISO

* 2860357 (EXTN:1211)

* RaghavendraPrasad@h...







Message #3 by "Raghavendra Prasad (IE10)" <RaghavendraPrasad@h...> on Thu, 7 Dec 2000 22:27:09 -0600
Hi jeff,



Thanks for the reply.

Actually I had stumbled upon it later in the day

Thanks anyhow

prasad



Raghavendra Prasad K

HISO

* 2860357 (EXTN:1211)

* RaghavendraPrasad@h...







-----Original Message-----

From: Jeffrey Widmer [mailto:jwidmer@o...]

Sent: Thursday, December 07, 2000 9:18 PM

To: ASP Web HowTo

Subject: [asp_web_howto] RE: Server side Charting





Try using the Office Web Components.  The article

http://www.elementkjournals.com/asp/0012/asp00c1.htm

has information on how to create them plus sample code.

Hope this helps.

-Jeff





-----Original Message-----

From: Raghavendra Prasad (IE10) [mailto:RaghavendraPrasad@h...]

Sent: Thursday, December 07, 2000 12:34 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Server side Charting







Hi,



I am in a project which requires that charts be constructed from a database

table on the server side and be served to the Client as Gifs.



I explored the possiblity of using Excel Object Model for the purpose.

This method though gives the best Gifs is not Scalable in an

internet environment



The major problem here is that Excel Application has to start up

Each time , A new sheet be added , New  Chart be constructed

and exported to Gif



Any Suggestions or better components to do this is Welcome



Thanks in Advance

Regards

prasad



Raghavendra Prasad K

Software Engineer

HISO

* 2860357 (EXTN:1211)

* RaghavendraPrasad@h...









Message #4 by "Morgan, Rob" <Rob.Morgan@o...> on Fri, 8 Dec 2000 07:14:44 -0500
You could use the aspimage component found at



http://www.serverobjects.com/



This allows for graphic editing, although you can make graphs and charts

with it.  I found this component to be very stable



-----Original Message-----

From: Raghavendra Prasad (IE10) [mailto:RaghavendraPrasad@h...]

Sent: Thursday, December 07, 2000 12:34 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Server side Charting







Hi,



I am in a project which requires that charts be constructed from a database 

table on the server side and be served to the Client as Gifs.



I explored the possiblity of using Excel Object Model for the purpose.

This method though gives the best Gifs is not Scalable in an

internet environment



The major problem here is that Excel Application has to start up

Each time , A new sheet be added , New  Chart be constructed 

and exported to Gif



Any Suggestions or better components to do this is Welcome



Thanks in Advance

Regards

prasad



Raghavendra Prasad K

Software Engineer

HISO

* 2860357 (EXTN:1211)

* RaghavendraPrasad@h...








  Return to Index