Hi, I'm trying to reproduce this chart style - http://demos.telerik.com/aspnet-ajax/htmlchart/examples/functionality/multipleyaxes/defaultcs.aspx
with a sql datasource that looks like this:
Period Person Sales
1 Rick 100
1 Sue 200
2 Rick 120
2 Sue 180
So rick/sue would each have a bar for this respective sales in each period. I cant figure out how to bind the values in the chart?
Thank you