MonobjcMonobjc Documented Class Library
RadialOffsetForPieChartRecordIndex Method (pieChart, index)
NamespacesMonobjc.CorePlotICPPieChartDataSourceRadialOffsetForPieChartRecordIndex(CPPieChart, NSUInteger)

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;'

Declaration Syntax
C#Visual BasicVisual C++
CGFloat RadialOffsetForPieChartRecordIndex(
	CPPieChart pieChart,
	NSUInteger index
)
Function RadialOffsetForPieChartRecordIndex ( _
	pieChart As CPPieChart, _
	index As NSUInteger _
) As CGFloat
CGFloat RadialOffsetForPieChartRecordIndex(
	CPPieChart^ pieChart, 
	NSUInteger index
)
Parameters
pieChart (CPPieChart)
The pie chart.
index (NSUInteger)
The data index of interest.
Return Value
The radial offset in view coordinates. Zero is no offset.
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.CorePlot (Module: Monobjc.CorePlot)