3D surface depth

TeeChart for ActiveX, COM and ASP
Post Reply
roman
Newbie
Newbie
Posts: 2
Joined: Fri Feb 06, 2004 5:00 am

3D surface depth

Post by roman » Mon Dec 13, 2010 7:19 am

I need to change 3D surface depth (see attachement) by JavaScript and I'm not able to find out how to do it.

Chart1.Series(0).Depth = 21; doesn't work

Please help.
Attachments
depth.png
picture
depth.png (18.31 KiB) Viewed 3922 times

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: 3D surface depth

Post by Yeray » Mon Dec 13, 2010 9:11 am

Hi Roman,

I think you are looking for this property:

Code: Select all

TChart1.Series(0).asSurface.TimesZOrder = 21
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

roman
Newbie
Newbie
Posts: 2
Joined: Fri Feb 06, 2004 5:00 am

Re: 3D surface depth

Post by roman » Mon Dec 13, 2010 1:08 pm

Thank you, that is exactly what I've been looking for.

Post Reply