Hi
I have a class called StatusPercentage with the follwoing properties
AvailablePercentage
ReservedPercentage
OccupiedPercentage
CancelledPercentage
All the above properties are double data type.
I have to display a list of the above class objects using Pie Charts. i.e. for each object, one pie chart should be displayed. And teh number of objects in the list is not fixed. So, the number of pie charts to be displayed also is not fixed. So, pls let me know can it be possible to display the pie charts dynamically based on the items count in the data source. It would be really gr8, if u can provide me with an example asas, as it is almost deadline for us to impelment it.
Thanks in advance
Ravindra
I have a class called StatusPercentage with the follwoing properties
AvailablePercentage
ReservedPercentage
OccupiedPercentage
CancelledPercentage
All the above properties are double data type.
I have to display a list of the above class objects using Pie Charts. i.e. for each object, one pie chart should be displayed. And teh number of objects in the list is not fixed. So, the number of pie charts to be displayed also is not fixed. So, pls let me know can it be possible to display the pie charts dynamically based on the items count in the data source. It would be really gr8, if u can provide me with an example asas, as it is almost deadline for us to impelment it.
Thanks in advance
Ravindra