I'm using .net 4 charting, and I need to plot a chart that must have several columns grouped together. The solution is to use the DataBindCrossTable function, which perfectly suits my needs; however, the chart needs to be drawed as lines instead of columns. The DataBindCrossTable doesn't seem to work with bar charts, only columns.
Is there a way to rotate the columns horizontally or any other solution ?
Thank you