labelAlign allows you to place the stripline’s Label far, center or near the axis.
Default: “far”var chart = new CanvasJS.Chart("container",
{
.
.
axisY:{
stripLines: [{
.
labelPlacement: "inside",
labelAlign: "far"
.
}]
},
.
.
});
chart.render();
Also See: