Hi Jeremy,
Greetings from Syncfusion support.
We have validated your reported query in Dashboard component and able to reproduce the issue. This issue can be resolved by providing the get; set; in ChartData model class. Refer to the below code.
public class ChartData
{
public DateTime XValue { get; set; }
public double YValue { get; set; }
public string X { get; set; }
public double Y { get; set; }
public string Country { get; set; }
public string X1 { get; set; }
public double Y1 { get; set; }
public double Y2 { get; set; }
public double Y3 { get; set; }
public double Y4 { get; set; }
} |
You can find the sample demonstrating the solution from below link.
We will refresh the document in any of our upcoming release. Meanwhile we suggest you to use the above sample.
Please let us know if you need any further assistance.
Regards,
Indhumathy L