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

Xamarin iOS Chart Size/Witespace

I see few threads about setting the chart size and setting the whitespace but none of them work on Xamarin.iOS
Is there any way to set the fixed with/heght for chart? and minimize the whitespace around the chart as much as possible? I am attaching the image to help showing the request.
As you see there is a big gap between the chart sides to the edges. How this can be adjusted?
Thanks

Attachment: 20170517_140123_fcb83ace.zip

1 Reply

SP Saravana Pandian Murugan Syncfusion Team May 18, 2017 02:54 PM UTC

Hi Hooman, 
  
Thanks for contacting Syncfusion support. 
  
We suggest you to use CircularCoefficient to overcome this issue. Please find the code snippet below. 
  
Code Example: 
  
SFDoughnutSeries series = new SFDoughnutSeries (); 
series.CircularCoefficient = 1f;
 
  
Please refer the below user guide for more details. 
  
 
We have attached the sample for your reference which can be downloaded from the below location. 
 
  
Regards, 
Saravana Pandian M. 


Loader.
Live Chat Icon For mobile
Up arrow icon