FlexPie > Exploded Pie Chart |
The Offset property can be used to push the pie slices away from the center of FlexPie, producing the exploded Pie Chart. This property accepts a double value to determine how far the pie slices should be pushed from the center.
Here is the code snippet:
' set the Offset property
FlexPie1.Offset = 0.6
// set the Offset property
flexPie1.Offset = 0.6D;