Page 1 of 1

depth right axis title isn' t displayed with opengl

Posted: Tue Jan 31, 2012 8:58 am
by 9342094
Hi there,

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

Thanks in advance,
Dennis

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

Posted: Tue Jan 31, 2012 10:14 am
by yeray
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.

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

Posted: Tue Jan 31, 2012 11:26 am
by 9342094
Hi Yeray,

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

Thanks in advance,
Dennis

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

Posted: Tue Jan 31, 2012 11:58 am
by yeray
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 4015 times
I've also seen it was a know bug already present in the defect list (TV52012692). I've incremented its priority.