Hi Kenney,
We have analyzed your query. From that, the reported scenario occurs due to the get set value is not set for the datasource class provided in the code snippet. We have modified the sample based on your requirement. Please find the sample, code snippet, and screenshot below for your reference.
Regarding applying CSS style for accumulation chart we suggest you to use CustomClass property available in the accumulation chart to achieve your requirement.
Code Snippet:
|
// add your additional code here
public class Statistics
{
public string PersonType { get; set; }
public double Count { get; set; }
}
// add your additional code here
|
Screenshot:
Let us know if you have any concerns.
Regards,
Srihari M