autoBindBoolean(default: true)

Indicates whether the chart will call read on the data source initially.

Example

pseudo
    $("#stock-chart").kendoStockChart({
        dataSource: chartDataSource,
        chartBind: false
    });

    // ...
    naviDataSource.read();
In this article
autoBind
Not finding the help you need?
Contact Support