The Offset property can be used to push the pie slices away from the center of the FlexPie, producing an exploded pie chart. This property accepts a floating value to determine how far the pie slices should be pushed from the center.
The image below shows an exploded FlexPie.
The following code examples demonstrate how to set this property in C#. These examples use the sample created in the Quick Start section.
C# |
Copy Code |
---|---|
fpie.Offset = 0.2; |