dataBound

Fires when the chart has received data from the data source and is about to render it.

Example

function onDataBound(e) {
    // Series data is now available
}
In this article