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.
On a chart, when scrolling from left to right or viceversa, and the data is dispersed, then I would like to know when the data is being drawn or is appearing on the chart.
DVDivya Venkatesan Syncfusion Team January 23, 2018 03:47 AM UTC
Hi Cimar,
Thanks for using Syncfusion products.
We have not exposed any event that will let the users know about the drawing state of the Chart. We suggest you to use Device.BeginInvokeOnMainThread() method to get the notification after drawing of entire view is completed. Please refer the following document to learn how to configure this API.