labelFontWeight: String

Sets the font weight of stripLine’s label.

Default: “normal”
Example: “lighter”,”normal”,”bold”,”bolder”
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisX:{
    stripLines: [{
        .
        labelFontWeight:"bold",
        .
    }]
},
 .
 .
});
chart.render();

Try Editing The Code


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