Renders the StockChart. You can use it during initial render and also to update StockChart after changing its options.
var stockChart = new CanvasJS.StockChart("container", { . . . . }); stockChart.render();
Also See: