Hi,I wants to rotate the axis title with some angle like 45 degree or so.
I am trying to do so using
chart.ValueAxisitle.RotationAngle =Int32.Parse(angle);chart.ValueAxisitle.RotationAngle =Int32.Parse(angle);
But i am not able to achieve it.
Please let me know how i can do so.
Thanks,
Amit