Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Insert a dynamic chart using asp


Message #1 by "Tan Chye Ting" <chyeting18@h...> on Thu, 20 Dec 2001 02:56:42
I'm urgently in need of help. Does any know how to insert a chart using 

asp. I'm trying to track a user's financial portfolio- for example how 

many shares and what shares he/she has got at that time.I want to present 

these data in charts at any time the user access my pages and these charts 

has have updated data from the database.That really means that every user 

might have a different chart but from the same database.  



And how to create a hierarchy like structure.when I click on the main 

topic the subtopic subsequently appears. something like those help files 

in microsoft software but I wanna publish it into the web. Something like 

this:



afffin holding

  - background

  - recent development

  - current outlook

  - management data



i'm trying to present shares data for every shares available.





Please help.thanx
Message #2 by howard@c... on Thu, 20 Dec 2001 19:33:28
Just pull your data and place it in a table via asp...



You can present your data any way you want...You can structure any way...



There is no special 'chart' in ASP (to my knowledge)...



Howard
Message #3 by "Le Duc Hanh" <leduchanh2000@y...> on Fri, 21 Dec 2001 11:02:28
As my knowledge you can use:



The Microsoft Office Web Components (including the Chart control) object 

model is provided by MSOWC.DLL, which is included when you install 

Microsoft Office 2000.



Reference Information in Help

Help for this object model is available in MSOWCVBA.CHM.



This object has a method called ExportToGif to export a chart to .gif, you 

can use this to create a chart and export to .gif. This is similar chart 

of Excel but all thing you must do by programming to create the chart.



Hope this help you to solve the problem.

LDH.
Message #4 by "Pallav Nadhani" <pallav@n...> on Mon, 24 Dec 2001 18:18:11
Just check out http://www.asptoday.com/content/articles/20011115.asp.
Message #5 by "Boni Gopalan" <boni@h...> on Mon, 24 Dec 2001 13:27:41 -0500
Don't have $99.  Can you send the article please ?



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

From: "Pallav Nadhani" <pallav@n...>

To: "ASPToday Discuss" <asptoday_discuss@p...>

Sent: Monday, December 24, 2001 6:18 PM

Subject: [asptoday_discuss] Re: Insert a dynamic chart using asp





> Just check out http://www.asptoday.com/content/articles/20011115.asp.

> 





Message #6 by "Bill Cohen" <billcohen@h...> on Mon, 24 Dec 2001 16:40:15 -0600
I agree with you Boni...



Pallav, Please post the article so that we could understand better what you

are referring to.



Thanks-



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

From: "Boni Gopalan" <boni@h...>

To: "ASPToday Discuss" <asptoday_discuss@p...>

Sent: Monday, December 24, 2001 12:27 PM

Subject: [asptoday_discuss] Re: Insert a dynamic chart using asp





> Don't have $99.  Can you send the article please ?

>

> ----- Original Message -----

> From: "Pallav Nadhani" <pallav@n...>

> To: "ASPToday Discuss" <asptoday_discuss@p...>

> Sent: Monday, December 24, 2001 6:18 PM

> Subject: [asptoday_discuss] Re: Insert a dynamic chart using asp

>

>

> > Just check out http://www.asptoday.com/content/articles/20011115.asp.

> >

>

>

>

>


  Return to Index