thickness : Number

Sets the thickness of Crosshair in pixels.


Default: 2
Example: 2,4 ..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisY:{
	crosshair: {
		enabled: true,
		lineThickness: 5,
		.
		.
	}
 },
 .
 . 
});
chart.render();


Try it Yourself by Editing the Code below.

  Also See:    



If you have any questions, please feel free to ask in our forums.Ask Question