Grid data chart in JavaScript Chart control

18 Nov 20181 minute to read

You can visualize the data that returned by grid in chart.

To visualize the data in chart, follow the given steps:

Step 1:

Initialize the grid with datasource.

Step 2:

By using the grid’s actionComplete event and getCurrentViewRecords method, you can get the current page records.

By using the grid’s databound event, you can update the current page records into the chart’s datasource and visualize the grid data in chart.