Offsets the slice radially from the center point. Can be used to "explode" the chart.
Original signature is '- (CGFloat)radialOffsetForPieChart:(CPPieChart *)pieChart recordIndex:(NSUInteger)index;'

C# | Visual Basic | Visual C++ |
CGFloat RadialOffsetForPieChartRecordIndex( CPPieChart pieChart, NSUInteger index )
Function RadialOffsetForPieChartRecordIndex ( _ pieChart As CPPieChart, _ index As NSUInteger _ ) As CGFloat
CGFloat RadialOffsetForPieChartRecordIndex( CPPieChart^ pieChart, NSUInteger index )

- pieChart (CPPieChart)
- The pie chart.
- index (NSUInteger)
- The data index of interest.

The radial offset in view coordinates. Zero is no offset.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)