Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Changing default view of an UltraWinChart
posted

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

 

Parents
  • 53790
    Suggested Answer
    posted

    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

     

Reply Children
No Data