If you are referring to our .NET grid, there is no integration between the two. So it is possible to use the data included in the rows in a group, and feed it immediately to the chart, but you have to do it manually.
For instance, you could use the GroupingUpdated event, get the data of the group you want in the event handler, then use this data to feed the Chart, which you would do by looping on the rows of the group and adding row values to the chart one at a time.
Imported from legacy forums. Posted by André (had 1407 views)