Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Xam Data Chart issue
posted

Hi Team,

My requirment is as mentioned below i have got an observable collection that has List of services

public class Service{

public string ServiceName{get;set;}

public string List {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.


Tried the same way but it is not working as expected

Waiting for your help on this.Thanks in advance for all you do

Regards.

Sridhar

Parents Reply Children