Hi Artem,
Thank you for contacting Syncfusion support.
We request you to make use of ‘SplitType’ and ‘SplitValue’ property of ‘CommonSerieOptions’ to split the series of PieofPie chart. Please try the below code snippet for the same.
Code Snippet:
|
chart.Series[0].SerieFormat.CommonSerieOptions.SplitType = ExcelSplitType.Value;
chart.Series[0].SerieFormat.CommonSerieOptions.SplitValue = 15; |
We have also shared simple sample for your reference which can be downloaded from the following link.
Kindly try and let us know if this helps.
Regards,
Abirami.