I've done this in a desktop project, but I can't for the life of me figure out how to do this in webforms?
I have data unioned together so it can be displayed in a pivot grid
Date | Property | Value
1/1/13 | AAA | 74
1/1/13 | BBB | 62
2/1/13 | AAA | 42
2/1/13 | BBB | 12
2/1/13 | CCC | 14
3/1/13 | AAA | 16
x | series | y
Which works fine, I was hoping to display this in the chart, so that we can allow users to alter the graph live based on the pivot grid.
I tried HighCharts but I'd have to run multiple queries to try and separate out x-axis and then the series,
RadCharts is the only way I've been able to display the data in a chart thus far, but the amount of data means that the chart is so small its pointless.
Forgive the obfuscation, you can't tell much from the graph anyway but has to be done!
I have data unioned together so it can be displayed in a pivot grid
Date | Property | Value
1/1/13 | AAA | 74
1/1/13 | BBB | 62
2/1/13 | AAA | 42
2/1/13 | BBB | 12
2/1/13 | CCC | 14
3/1/13 | AAA | 16
x | series | y
Which works fine, I was hoping to display this in the chart, so that we can allow users to alter the graph live based on the pivot grid.
I tried HighCharts but I'd have to run multiple queries to try and separate out x-axis and then the series,
RadCharts is the only way I've been able to display the data in a chart thus far, but the amount of data means that the chart is so small its pointless.
Forgive the obfuscation, you can't tell much from the graph anyway but has to be done!