Hello,
I am using the SfAccumulationChart with Blazor Server side.
I have two objects, which have the same properties on them. I would like to display the difference between these two objects values visually in a pie chart.
The pie chart should have two segments, which show the difference between the sum of their properties values. Then when the user clicks on one of the segments, it will explode and show each properties name/value.
I have found the explode and GroupMode/GroupTo, which looks very close to what I want. But rather than grouping all the values that are below a specified number, I would like to group them by their parent object.
I have included a link to an image, which is a diagram to show clearly what I'm hoping to achieve.

https://imgur.com/a/bIva66b
Note: the data used in the diagram is for demonstration purposes