doughnut coefficient and individual segments

Is it possible to change the doughnut coefficient for a single segment of the doughnut series? What about for the exploded segment? I would like to achieve an effect where a single segment of the pie/doughnut is actually larger (smaller radius) than all of the other segments.


1 Reply

SS Sheik Syed Abthaheer M Syncfusion Team May 22, 2013 02:13 PM UTC

Hi Powers,

 

Thanks for using Syncfusion products.

 

We have analyzed your query and we would like to let you know that, we do not have a support to set Doughnut coefficient for a single Chart Segment. However you can able to achieve your requirement(effect a single segment) by using Explodeindex and ExplodeRadius property as shown in the given code snippet.

 

Code snippet [Xaml]:

  <syncfusion:DoughnutSeries  ExplodeAll="False"   ExplodeRadius="20" ExplodeIndex="1"  ItemsSource="{Binding Expenditure}" XBindingPath="Expense" YBindingPath="Amount"/>

 

We have prepared the sample based on your requirement. Please download it from the given location

 

Please let us know if you have any queries.

 

Regards,

M. Sheik



WinRTPieChartSample (2)_11f4028e.zip

Loader.
Up arrow icon