List<SeriesAttributeModel> ChartData {get; set;}
ChartData = new List<SeriesAttributeModel>(); |
Hi Devesh,
Query 1 :“Issue in dynamic data to series”
You can resolve this issue by replacing following code snippet
List<SeriesAttributeModel> ChartData {get; set;}
ChartData = new List<SeriesAttributeModel>();
Query 2 :“Annotations in SfChart”
Currently, we don’t have support for annotation in SfChart. We will consider this as future request and it will be available in any of our upcoming release.
https://www.syncfusion.com/support/directtrac/features/XAMARIN-206
Please let us know, if you need further assistance on this.
Regards,
Parthiban S