Original signature is '- (unsigned int)numberOfSlicesInPieChartView:(SMPieChartView *)inPieChartView;'

C# | Visual Basic | Visual C++ |
uint NumberOfSlicesInPieChartView( SMPieChartView inPieChartView )
Function NumberOfSlicesInPieChartView ( _ inPieChartView As SMPieChartView _ ) As UInteger
unsigned int NumberOfSlicesInPieChartView( SMPieChartView^ inPieChartView )

- inPieChartView (SMPieChartView)
- The pie view making the call.

Should return the number of slices to draw.

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