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