labelFontColor : String

Sets the font color of crosshair label.


Default: “white”
Example: “blue”,”#4135E9″,..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisY:{   
    crosshair:{
	enabled: true,
	labelFontColor: "red",
	.
	.
    },
 },
 .
 . 
});
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