The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
If I use a binding for a HorizontalLineAnnotation SfChart gives a ObjectDisposedException if this binding is updated. Please see my code below. I get the exception, if I press the button.
(CarouselView is from CarouselView.FormsPlugin nuget package)
MKMuneesh Kumar G Syncfusion Team May 3, 2018 12:49 PM UTC
Hi Michael,
Thanks for using Syncfusion products.
We have analyzed your query and we would like to inform you that changing the property of the view in another tab page is trying to access the disposed object in SfChart. However, we have resolved this issue by setting the null value to Chart property of annotation in custom renderer of Android. Please refer the code from following sample.