print()

Prints the Chart.


Example: chart.print();

Note:
  • Chart should be rendered before you can use this method.

var  chart =  new  CanvasJS("container",
{
    .
    .
    .
    .
});
chart.render();

chart.print();

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