Sets the angle of labels for the axisX stripline when labels are placed outside.
var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [ { labelAngle: 90 } ] }, . . }); chart.render();
Also See: