Sets the dash type of crosshair line.
Default: “dash”Other Supported Dash Types:
var chart = new CanvasJS.Chart("container",
{
.
.
axisX:{
crosshair: {
enabled: true,
thickness: 5,
.
.
}
},
.
.
});
chart.render();
Also See: