Chart with the same datasource

Hello,

I have a page with some charts (see picture) - all the data for the charts are comming from one View and a load/invoke that data for the chart series in the page load event. The problem is that it seems that for every chart series the data is loaded again and not only one time. How to "share" the data on all charts without reloading for every series?

robert

Call ToList() when initializing the page property e.g. ${result.ToList()}.

1 Like