MonobjcMonobjc Documented Class Library
NumberOfExplodedPartsInPieChartView Method (inPieChartView)
NamespacesMonobjc.SM2DGraphViewISMPieChartDataSourceNumberOfExplodedPartsInPieChartView(SMPieChartView)

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

Declaration Syntax
C#Visual BasicVisual C++
uint NumberOfExplodedPartsInPieChartView(
	SMPieChartView inPieChartView
)
Function NumberOfExplodedPartsInPieChartView ( _
	inPieChartView As SMPieChartView _
) As UInteger
unsigned int NumberOfExplodedPartsInPieChartView(
	SMPieChartView^ inPieChartView
)
Parameters
inPieChartView (SMPieChartView)
The pie view making the call.
Return Value
Should return the number of exploded groups of slices.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.SM2DGraphView (Module: Monobjc.SM2DGraphView)