
I have a class "Data" with the properties string Name and double Income
I'd like to have two series of bars.
The X-Value should be the name and the Y-Value the Income
The two series should have different ItemsSources, so e.g. the first series should have only two bars with different income values and the second series should have three bars with different income values.
This is what I want to achieve:
Could you provide an example?
[Modified 1 year ago]