Resize 3D depth in TeeCommand

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Xia
Newbie
Newbie
Posts: 47
Joined: Tue Oct 16, 2007 12:00 am

Resize 3D depth in TeeCommand

Post by Xia » Fri Mar 05, 2010 3:29 pm

Hi,

I have a TChart with over 20 data series added. When I change TeeCommand to 3D display, select the Depth icon and then drag the mouse to resize the 3D, the chart disappears and it can not be recovered. If I rotate the Chart first and then change the depth, it works fine. Also, it only happens when you have many data series added. It seems to do with initial settings of the Chart in 3D display, but I don't know where to change.

Another question is for TChartListBox, I press F2 to change the name of the data series. After the name is changed, I want to change the series name in other parts of the program. Which event will be trigged in TChartListBox after a series name changed?

Thanks in advance.

Xia

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

Re: Resize 3D depth in TeeCommand

Post by Yeray » Fri Mar 05, 2010 5:03 pm

Hi Xia,
Xia wrote:I have a TChart with over 20 data series added. When I change TeeCommand to 3D display, select the Depth icon and then drag the mouse to resize the 3D, the chart disappears and it can not be recovered. If I rotate the Chart first and then change the depth, it works fine. Also, it only happens when you have many data series added. It seems to do with initial settings of the Chart in 3D display, but I don't know where to change.
I've seen that setting the chart to be non-orthogonal the chart comes back. I've added it to the wish list to be revised for future releases (TV52014718).
Xia wrote:Another question is for TChartListBox, I press F2 to change the name of the data series. After the name is changed, I want to change the series name in other parts of the program. Which event will be trigged in TChartListBox after a series name changed?
I'm afraid there is no event for this. I've added it to the wish list to be implemented in future releases (TV52014719).
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