This question is locked. New answers and comments are not allowed.
How can I do databinding so that I can get data into my chart?
I have my data set up such that the bar Category names has the data of the number of users : "Totalusers" , "LocalUsers", "LDusers", "INTUsers", (bar names) there are 2 phones of types "SoftPhones" and "PhoneStations"(legend). My data is grouped by the SoftPhones and Phonestations with the user#s in the other category names. my property Phonetype has the "SoftPhones" and "PhoneStations" in it. So I have 2 rows of data for 4 differnt categories of service including the Totalusers, LocaL, LD, services.
My list has 2 rows with my model objects:
id, date, Totalusers, Localusers, LDUsers, IntUsers, and PhoneType
1 ,now, 650 250 175 23 softphones
2 ,now, 500 450 230 56 phoneStations
Chart legend should be softphones and phonestations
Chart categoreis should be local, LD, Int
Chart should be the 2 elements of data in each column that coincides with the Categories.
I have the legend and categories working mainly because I hard coded thes values. I still need to associate the data with each column.
Am I setting this up all wrong?
What should I do differnetly.
Thanks in advance for any help. There seems to be little good examples out there.
Mel
I have my data set up such that the bar Category names has the data of the number of users : "Totalusers" , "LocalUsers", "LDusers", "INTUsers", (bar names) there are 2 phones of types "SoftPhones" and "PhoneStations"(legend). My data is grouped by the SoftPhones and Phonestations with the user#s in the other category names. my property Phonetype has the "SoftPhones" and "PhoneStations" in it. So I have 2 rows of data for 4 differnt categories of service including the Totalusers, LocaL, LD, services.
My list has 2 rows with my model objects:
id, date, Totalusers, Localusers, LDUsers, IntUsers, and PhoneType
1 ,now, 650 250 175 23 softphones
2 ,now, 500 450 230 56 phoneStations
Chart legend should be softphones and phonestations
Chart categoreis should be local, LD, Int
Chart should be the 2 elements of data in each column that coincides with the Categories.
I have the legend and categories working mainly because I hard coded thes values. I still need to associate the data with each column.
Am I setting this up all wrong?
What should I do differnetly.
Thanks in advance for any help. There seems to be little good examples out there.
Mel