Hello,
I need to display a StackedBar chart with a datasource containing this kind of data
Month Amount Product |
Jan 12 A |
Jan 13 B |
Feb 10 A |
Mar 11 C |
Mar 10 B |
The question is how to databind these three columns to a StackedBar RadChart?
I know Month and Amount columns could be databinded by DataLabelsColumn and DataYColumn to display a Bar RadChart...
But what about the third column? How to databind it to display a StackedBar RadChart?
The samples you provide about this type of chart contain its data predefined in the aspx. There aren't examples illustrating databinding on this type of chart.
Please help.
Thanks is advance.