Hello!
I am using a SfSpinner to display the loading of a chart bgefore it finishes loading.
The spinner is binding visible with the bool before data loading and after data loading.
When using the chart, if zoom in on the chart and the data changes, the zoom stated
does not change.
But when I use a delay for the spinner (e.g. Task.Delay(500)), and change the data, the zoom is reset.
is there any way to keep the zoom state even when using the Delay?
Thank you.