Is there an event or something similar to check when data is drawn

Hello,

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.

1 Reply

DV Divya 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.

https://developer.xamarin.com/api/member/Xamarin.Forms.Device.BeginInvokeOnMainThread/p/System.Action/

Please let us know, if you need any further assistance.

Regards,
Divya Venkatesan.

Loader.
Up arrow icon