We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Integrating busyIndicator with sfChart

Would like to know how do i integrate busyIndicator with sfChart

My requirements/project settings are;
  1. about 2-3 charts, each chart is in a sfTabItem
  2. busyIndicator will only be responsible to chart where it in the same tabItem

I was referring to this sample, but not sure how to integrate with sfChart


5 Replies

MK Muneesh Kumar G Syncfusion Team September 5, 2019 12:30 PM UTC

Hi Benjamin, 

We have analyzed your requirement. And we have prepared the sample with the same. Please try the attached below sample and let us know if you have any concern on this.
 
 
Sample Link: 
 
Thanks,   
Muneesh Kumar G   
 



BE Benjamin September 12, 2019 02:39 AM UTC

Sorry for the delayed reply.

i cant seems to run the sample provided. the simulator stuck at the screen below for more than a min.




MK Muneesh Kumar G Syncfusion Team September 12, 2019 07:12 AM UTC

Hi Benjamin, 
 
We have modified the sample and we need to initialize the renderer for the control to render in iOS. Please have the sample from the below link, 
 
Sample  
 
Code Snippet: 
public override bool FinishedLaunching(UIApplication app, NSDictionary options) 
        { 
            global::Xamarin.Forms.Forms.Init(); 
            LoadApplication(new App()); 
            new SfTabViewRenderer(); 
            new SfBusyIndicatorRenderer(); 
            new SfChartRenderer(); 
            return base.FinishedLaunching(app, options); 
        } 
 
Please let us know, if you have any other concerns.  
  
Thanks,  
Muneesh Kumar G 
 
 



BE Benjamin September 17, 2019 09:11 AM UTC

Hi. i have managed to solve my problem and you may assume this request has been fulfilled


MK Muneesh Kumar G Syncfusion Team September 17, 2019 10:07 AM UTC

Hi Benjamin, 
 
Thanks for your update. Please let us know if you have any other queries.  
 
Thanks, 
Muneesh Kumar G. 


Loader.
Live Chat Icon For mobile
Up arrow icon