title: String

Sets the Axis Title.

Default: null
Example: “Axis X Title”
Notes
  • If the text is very long, the title gets truncated. It is recommended to reduce titleFontSize to accommodate longer text.
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisX:{
  title: "axisX Title",
 },
 .
});
chart.render();

Try Editing The Code

  Also See:    


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