Chart Control

Read the article this discussion is about


  1. Haitong
  2. tzulah

This archived discussion is "read only".
For the corresponding "live" discussions, post in the active topic forum here.



Top 1.   Jan 8, 2003 11:41 AM

» Haitong - why not the pie chart does not display.

why not the pie chart does not display?

-- posted by Haitong



Top 2.   May 21, 2003 1:58 PM

» tzulah - I also don't see the pie chart...

I see what looks like a textarea instead. How do you get the pie chart to display? Here's the code I tried:


<%@ LANGUAGE="VBSCRIPT" %>

<HTML>
<HEAD>
<TITLE>MyExcelChart</TITLE>
</HEAD>
<BODY>

<OBJECT classid="{FC25B780-75BE-11CF-8B01-444553540000}"
id=chart1
width=300
height=150
align=center
hspace=0
vspace=0>
<PARAM NAME="ChartStyle" VALUE="1">
<PARAM NAME="ChartType" VALUE="0">
<PARAM NAME="hgridStyle" VALUE="0">
<PARAM NAME="vgridStyle" VALUE="0">
<PARAM NAME="colorscheme" VALUE="0">
<PARAM NAME="backstyle" VALUE="2">
<PARAM NAME="rows" VALUE="4">
<PARAM NAME="columns" VALUE="4">
<PARAM NAME="data[0][0]" VALUE="40">
<PARAM NAME="data[0][1]" VALUE="50">
<PARAM NAME="data[0][2]" VALUE="30">
<PARAM NAME="data[0][3]" VALUE="60">
</OBJECT>

</BODY>
</HTML>

-- posted by tzulah



Please follow the guidelines set forth in the Suite101 Posting Etiquette when adding to the discussion.