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
3914
Label Orientation cannot be set for 3D charts
posted

Hi,

looks like there is a bug in setting Label orientation to 3D charts. I can't seem to change the orientation. Or am I missing some property setting?

 

Thanks

Sangeetha

Parents
No Data
Reply
  • 53790
    posted

    Hello Sangeetha,

    I`m not sure what is your scenario, but maybe if you are using properties:

    ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Custom;

    ultraChart1.Axis.X.Labels.OrientationAngle =180;

    you could achieve desired behavior. Please take a look at the attached video for more details.

    Let me know if you have any questions.

    Regards

Children