Hi there,
the depth right axis title isn' t displayed with opengl. What can i do?
Thanks in advance,
Dennis
depth right axis title isn' t displayed with opengl
Re: depth right axis title isn' t displayed with opengl
Hi Dennis,
Note that the depth right axis isn't visible by default. You have to activate it at designtime or at runtime:
I actually can see the depth axis in the example at "All features\Welcome !\Components\OpenGL\Tri Surface" in the features demo program.
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;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: depth right axis title isn' t displayed with opengl
Hi Yeray,
i don't mean the scale. The Title isn't displayed with opengl.
Thanks in advance,
Dennis
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
Hi Dennis,
Right! Excuse me.
I've seen it's actually drawn, but in a wrong position: I've also seen it was a know bug already present in the defect list (TV52012692). I've incremented its priority.
Right! Excuse me.
I've seen it's actually drawn, but in a wrong position: I've also seen it was a know bug already present in the defect list (TV52012692). I've incremented its priority.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |