ASP.NET Chart Demos / Callback Data Binding

Description

This demo demonstrates the light-weight bindig via callback method. The callback data-binding is enables by setting the UseCalbackFunction to 'true'.Initially the chart without data is loaded on the client. Then a callback to the server is fired in order to get data and return it on the client. Then it is added into the chart series.

Was this example useful?