Pivot Grid and Chart does not work like that.https://es.infragistics.com/samples/silverlight/pivot-gridHere I've made in the reporting program yejeokodeureulIf you have a small chart with columns and rows with each other normally pivot gridWorks well, but a lot of columns and rows that the ground does not work chartPivot grid chart so that the support of the pivot gird depending on the number of columns and rowsIs there a limit haneunge work?
- Updated the contents of the chart -
- Not updating the contents of the chart -
What the chart does not work, please let me know thanks :)
Hi,
In the sample you referred there are two methods: DetermineRows and DetermineColumns. These methods determinate which rows and columns should participate in creation of chart series.
Look at the collection which DetermineColumns returns and you should find the answer. Could you post the code for these methods
Todor
Thank you so much in
If it is just like the picture below Pivot_grid have some of the columns of data cellsChart change?In 2008, the year 2010, a total of 2009 and each quarter is dividedI think I hurt in 2008, broken down by quarter, so it did not work, I think the chart
How to solve this?
Thanks in advance :)
Hi
The sample in our samples browser updates data on every result changed. I mean that when you click on ‘+/-‘ sing in pivot grid, this raises result changed event and in the handler of this event we build data for the chart. So the updating of chart’s data is responsible for the developers.
The chart is design to work with huge amount of data, so the problem you mention is not reasonable.
I guess the problem is in the code which creates data for the chart.
Could you attach a sample in which I can reproduce this issue to see what happens.