Returns the specified property of navigator.
Parameters:var stockChart = new CanvasJS.StockChart("container",
{
.
.
navigator: {
height: 70
},
.
.
});
stockChart.render();
console.log(stockChart.navigator.get("height"));
Please refer to Navigator Element for the complete list of properties that can be accessed via get method.
Also See: