The Point 3D Series in Web Chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Albert
Newbie
Newbie
Posts: 16
Joined: Fri Nov 15, 2002 12:00 am
Location: Taipei, Taiwan, Republic of China
Contact:

The Point 3D Series in Web Chart

Post by Albert » Tue Sep 14, 2004 3:14 am

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!

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Sep 14, 2004 7:01 am

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);

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Thu Sep 16, 2004 9:17 am

Hi, Albert.

This bug has just been fixed. The fix will be included in next maintenance release.
Marjan Slatinek,
http://www.steema.com

Post Reply