MonobjcMonobjc Documented Class Library
PieChartViewRangeOfExplodedPartIndex Method (inPieChartView, inIndex)
NamespacesMonobjc.SM2DGraphViewISMPieChartDataSourcePieChartViewRangeOfExplodedPartIndex(SMPieChartView, UInt32)

Original signature is '- (NSRange)pieChartView:(SMPieChartView *)inPieChartView rangeOfExplodedPartIndex:(unsigned int)inIndex;'

Declaration Syntax
C#Visual BasicVisual C++
NSRange PieChartViewRangeOfExplodedPartIndex(
	SMPieChartView inPieChartView,
	uint inIndex
)
Function PieChartViewRangeOfExplodedPartIndex ( _
	inPieChartView As SMPieChartView, _
	inIndex As UInteger _
) As NSRange
NSRange PieChartViewRangeOfExplodedPartIndex(
	SMPieChartView^ inPieChartView, 
	unsigned int inIndex
)
Parameters
inPieChartView (SMPieChartView)
The pie view making the call.
inIndex (UInt32)
The zero based slice index to return.
Return Value
A range of an exploded group 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)