labelFontSize: Number

Sets the Axis Label Font Size in pixels.


Default: Automatically Calculated based on Chart Size
Example: 16, 18, 22..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisY:{
   labelFontSize: 20,
 },
 .
 .
});
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