Sets the length of Tick Marks that are drawn on the Axis.
var chart = new CanvasJS.Chart("container", { . . axisY:{ tickLength: 5, }, . . }); chart.render();
Also See: