fontStyle: String

Sets the fontStyle of Legend Text. fontStyle can be set to one of the below options.


Default: “normal”
Example: “normal”, “italic” , “oblique”

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 legend:{
   fontStyle: "italic",
  },

 .
 .
});
chart.render();


Try it Yourself by Editing the Code below.

  Also See:    



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