depth right axis title isn' t displayed with opengl

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
S-ON-S
Newbie
Newbie
Posts: 12
Joined: Tue Jun 07, 2005 4:00 am

depth right axis title isn' t displayed with opengl

Post by S-ON-S » Tue Jan 31, 2012 8:58 am

Hi there,

the depth right axis title isn' t displayed with opengl. What can i do?

Thanks in advance,
Dennis

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

Re: depth right axis title isn' t displayed with opengl

Post by Yeray » Tue Jan 31, 2012 10:14 am

Hi Dennis,

Note that the depth right axis isn't visible by default. You have to activate it at designtime or at runtime:

Code: Select all

Chart1.Axes.Depth.Visible:=true;
I actually can see the depth axis in the example at "All features\Welcome !\Components\OpenGL\Tri Surface" in the features demo program.
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

S-ON-S
Newbie
Newbie
Posts: 12
Joined: Tue Jun 07, 2005 4:00 am

Re: depth right axis title isn' t displayed with opengl

Post by S-ON-S » Tue Jan 31, 2012 11:26 am

Hi Yeray,

i don't mean the scale. The Title isn't displayed with opengl.

Thanks in advance,
Dennis

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

Re: depth right axis title isn' t displayed with opengl

Post by Yeray » Tue Jan 31, 2012 11:58 am

Hi Dennis,

Right! Excuse me.
I've seen it's actually drawn, but in a wrong position:
test.png
test.png (46.85 KiB) Viewed 4021 times
I've also seen it was a know bug already present in the defect list (TV52012692). I've incremented its priority.
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