Page 1 of 1

The Point 3D Series in Web Chart

Posted: Tue Sep 14, 2004 3:14 am
by 8121155
Hi,
I try to add a Point 3D series in WebChart.
but every time after I compiling the page, the Point 3D series disappeared.

How can I use the Point 3D Series in WebChart?

Thanks in advance!

Posted: Tue Sep 14, 2004 7:01 am
by Pep
Hi Albert,

it seems there's a problem adding the Point3D series from the Editor at design time (we'll fix this for the next maintenance release). But using the latest build 1.1.1675.27998 (available on our web site) and the following code works fine :

Code: Select all

WebChart1.Chart.Series.Add(new Steema.TeeChart.Styles.Points3D());
WebChart1.Chart.Series[0].FillSampleValues(10);

Posted: Thu Sep 16, 2004 9:17 am
by Marjan
Hi, Albert.

This bug has just been fixed. The fix will be included in next maintenance release.