Sets the thickness of the Marker’s Border in pixels.
var chart = new CanvasJS.Chart("container", { . . data: [{ markerBorderThickness: 4, } ], . . }); chart.render();
Also See: