This question is locked. New answers and comments are not allowed.
Hello,
I have a data structure like this:
Year - Team - Value
2010 - T1 - 50
2010 - T2 - 70
2009 - T1 - 40
2009 - T2 - 45
...
Years and teams can growing dinamically. I need a Bar Chart where:
- One data serie for each team
- Years in the axis X
- One bar for each serie in each year with the value as height
I've seen the "Data Binding with Automatic Series Mappings" sample, but it's not what i need.
Please, help me.
Thanks a lot.
I have a data structure like this:
Year - Team - Value
2010 - T1 - 50
2010 - T2 - 70
2009 - T1 - 40
2009 - T2 - 45
...
Years and teams can growing dinamically. I need a Bar Chart where:
- One data serie for each team
- Years in the axis X
- One bar for each serie in each year with the value as height
I've seen the "Data Binding with Automatic Series Mappings" sample, but it's not what i need.
Please, help me.
Thanks a lot.