Hi,
I am binding the Table to Barchart programmatically.
ID Status Value Type
--------------------------------------------------
1 Status1 100 Type1
2 Status2 300 Type1
3 Status3 200 Type2
4 Status1 400 Type2
5 Status2 400 Type2
6 Status3 200 Type2
My requirement is
a) Status should be series.
b) Type should be grouped in X axis
c) Value should be in Y axis
Kindly please tell me how to do this?
Regards,
Jones