Using the below option in Chart I am able to set label rotation angle for Xaxis,
xAxis: {
labels: {
rotation: 90
}
},
I would like to change the xAxis rotation dynamically(say on a button click for a particular chart type). Is there any option to do that?
Try something like this, I am not sure that it will work.