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!
The Point 3D Series in Web Chart
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 :
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);
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi, Albert.
This bug has just been fixed. The fix will be included in next maintenance release.
This bug has just been fixed. The fix will be included in next maintenance release.
Marjan Slatinek,
http://www.steema.com
http://www.steema.com