labelFontStyle : String

Sets the font style of crosshair’s label.

Default: “normal”
Example: “normal”,”italic”,”oblique”
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisX:{   
    crosshair:{
	enabled: true,
	labelFontStyle: "italic",
	.
	.
    }
 },
 .
 . 
});
chart.render();


Try Editing The Code


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