Hi Team,
public class Service{
public string ServiceName{get;set;}
public string List<Report> {get;set;}
}
In which each service has a list of reports.Report structure is as below
public class Report{
public string ReportName{get;set;}
public int density{get;set;}
On X axis i wanted the service name that has list of report bars grouped together with the same colour of service, report bars are based on density value.
on xaxis service names should show up.
on report bars on the tooltip report name should be displayed
In simple words i wanted to display all the reports under services.But all services under a report should have the same colour and must be grouped.Also attached the screen shot of the requirement i need.
Waiting for your help on this.Thanks in advance for all you do
Regards.
Sridhar
Hello Sridhar,
This post appears to be a duplicate to the one here: http://ko.infragistics.com/community/forums/t/107485.aspx. As this post is currently a duplicate, I will mark this thread closed and answer this issue on the linked thread above.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer