Control Depth from Program

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
skassan
Newbie
Newbie
Posts: 27
Joined: Fri Sep 18, 2009 12:00 am

Control Depth from Program

Post by skassan » Mon Nov 02, 2009 9:50 pm

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.

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

Re: Control Depth from Program

Post by Yeray » Tue Nov 03, 2009 9:30 am

Hi skassan,

This is the property:

Code: Select all

Chart1.Chart3DPercent:=10;
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

Post Reply