Hello,
In my program, whenever I change my chart view to 3D Column Chart or to the 3D Cylinder Chart or 3D Cylinder Stack Chart, the default representation of the chart is a bit twisted, meaning it is not straight to the user and the user needs to move the view with the ALT button to show it straight (see attachment for the meaning of twisted).
I would like to know how and where to set/change values to make the default representation of the 3D charts "straight", meaning facing towards the user.
Thanks a lot,
Zubi
Hello Zubi,
Maybe one possible way to achieve desired behavior could be if you are using these proeprties:
ultraChart1.Transform3D.XRotation
ultraChart1.Transform3D.YRotation
ultraChart1.Transform3D.ZRotation
Please let me know if you have any questions
Regards
Thank you,That did the trick.
Best,