indexLabelFontStyle: String

Sets the Index Label’s Font Style. It can be set to one of the below options.

Default: “normal”
Options: “italic”, “oblique”, “normal”
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 data: [{
  indexLabelFontStyle: "italic",

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

Try Editing The Code


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