Sets the angle for Axis Labels.
var chart = new CanvasJS.Chart("container", { . . axisY:{ labelAngle: 50, }, . . }); chart.render();
Also See: