Hi, good morning.
I am using a Pivotgrid, PivotFieldList and Chartview.
The chartview graphs whatever the Pivotgrid has, but there are times when the Pivotgrid has too many records and the Chartview takes a long time to generate.
As seen in the documentation, a Chartview takes time, because it is recalculating the points to regenerate the graph, after having created it previously.
This has led me to think that if instead of the Chartview graphing the Pivotgrid, it would better graph a DataTable.
My idea is the following:
I already generated a filtered DataTable, the result of the interaction between the Pivotgrid and the PivotFieldList and that DataTable fills the Chartview to generate the graph, I think it would take less time to create the graph, since each time the filtered DataTable would be created.
I was looking at this example that you provide to create a graph from a datatable:
https://www.telerik.com/forums/use-radgridview-as-a-datasource-for-radchartview
But it does not graph as expected, that is, it does not show the graphs the same as when the pivotgrid is filled.
Is it possible to do this, or even if you do, will the graph creation time be the same? Because if so, there is no point in working on this solution.
Thank you very much for your attention.