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
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
Thanks for the suggestion Georgi. I guess this is an alternative. Will try it out. But am curious why does Orientation.Horizontal, etc not work for 3D charts. Is it a bug? I would prefer to use the latter alternative if it is not a bug.
Thank
SangeethaThai said: Is it a bug?
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinChart.v12.1~Infragistics.UltraChart.Resources.Appearance.AxisLabelAppearanceBase~Orientation.html
Let me know if you have any further questions.
Thank You Georgi. That was great help.