Can you provide an example similar to the one above that conatins one more piece of information? So for the country USA, can you break that out into states (just a few as an example)? Does that make sense?
After more research, I am actually looking for an example of a pivot map. Something similar to the above that doesn't use a view model and works but binds to code behind using something similar to below.
ValuePath
="Gdp"
GroupDefinitions="Country"
LabelPath="State"
Thanks,
Mindy