labelFontColor: String

Sets the font color of label.

Default: “orange”
Example: “blue”,”#4135e9″
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisX:{
    stripLines: [{
        .
        labelFontColor:"red",
        .
    }]
},
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


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