Page 1 of 1

Control Depth from Program

Posted: Mon Nov 02, 2009 9:50 pm
by 10054271
Which setting to I modify in my code to have the same effect as the Depth tool in the TeeCommander?
For example, I'd like to have the depth set to 10%. But I'd like to do it from code, not by the user's manipulation of the TeeCommander button.

Re: Control Depth from Program

Posted: Tue Nov 03, 2009 9:30 am
by yeray
Hi skassan,

This is the property:

Code: Select all

Chart1.Chart3DPercent:=10;