Original signature is '- (unsigned int)numberOfExplodedPartsInPieChartView:(SMPieChartView *)inPieChartView;'
| C# | Visual Basic | Visual C++ |
uint NumberOfExplodedPartsInPieChartView( SMPieChartView inPieChartView )
Function NumberOfExplodedPartsInPieChartView ( _ inPieChartView As SMPieChartView _ ) As UInteger
unsigned int NumberOfExplodedPartsInPieChartView( SMPieChartView^ inPieChartView )
- inPieChartView (SMPieChartView)
- The pie view making the call.
Should return the number of exploded groups of slices.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)