| Author |
The chart problem
|
Sivaraman Lakshmanan
Ranch Hand
Joined: Aug 02, 2003
Posts: 231
|
|
HAi all, I am working on a project which needs chart to be displayed. I am creating the charts thro microsoft product. I am using a JSP pages for webdesigning. How do I use these chart objects created in my jsp page. If i do all my database query operation in JSP page How do I send this data to the chart object. Help please. regards, sivaraman.
|
Regards,
Sivaraman.L
|
 |
Lisa D'Aniello
Ranch Hand
Joined: Sep 25, 2003
Posts: 42
|
|
Which Microsoft product - Excel? Lisa M.
|
 |
Sivaraman Lakshmanan
Ranch Hand
Joined: Aug 02, 2003
Posts: 231
|
|
yes, This is with Microsoft Excel charts only. These charts are to be made dynamically ie I give all datas at runtime. How do i invoke this chart object from my JSP page and display the charts regards, sivaraman.
|
 |
Lisa D'Aniello
Ranch Hand
Joined: Sep 25, 2003
Posts: 42
|
|
Well, I would create a mock chart in Excel and save it as an xml file. This will allow you to view the parameters that you will need to provide in order to create the chart in xml. I have never tried the chart idea, but this is where I would start. Lisa M.
|
 |
 |
|
|
subject: The chart problem
|
|
|