indexLabelFontFamily: String

Sets the Index Label’s Font Family.


Default: “Calibri, Optima, Candara, Verdana, Geneva, sans-serif”
Example: “calibri”, “tahoma”, “verdana”..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 data: [{
  indexLabelFontFamily: "tahoma",

  },
 ]
 .
 .
});
chart.render();


Try it Yourself by Editing the Code below.



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