autoBind Boolean
(default: true)
Indicates whether the chart will call read on the data source initially.
Example
$("#stock-chart").kendoStockChart({
dataSource: chartDataSource,
chartBind: false
});
// ...
naviDataSource.read();