Hi,
I have a chart control (stacked chart to be more precise) and a datatable that contains 3 columns. I want to bind them into a stacked bar chart. below is what the datatable looks like:
Resource | Queue | Hoursworked
Billy Jones | Projects - Internal | 234
Billy Jones | Tier 1 Support | 234
Alan Clark | Projects - Internal | 123
Alan Clark | Tier 1 Support | 234
I would have the Resource column as the x-axis, and the value (hours worked) of each Queue as the y-axis (stacked)
Can anyone help? I've tried just binding normally and I'm getting an error saying that it's the wrong data type.
Thanks,
Billy