MonobjcMonobjc Documented Class Library
PieChartSliceWasSelectedAtRecordIndex Method (plot, index)
NamespacesMonobjc.CorePlotICPPieChartDelegatePieChartSliceWasSelectedAtRecordIndex(CPPieChart, NSUInteger)

Informs the delegate that a pie slice was touched or clicked.

Original signature is '- (void)pieChart:(CPPieChart *)plot sliceWasSelectedAtRecordIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
void PieChartSliceWasSelectedAtRecordIndex(
	CPPieChart plot,
	NSUInteger index
)
Sub PieChartSliceWasSelectedAtRecordIndex ( _
	plot As CPPieChart, _
	index As NSUInteger _
)
void PieChartSliceWasSelectedAtRecordIndex(
	CPPieChart^ plot, 
	NSUInteger index
)
Parameters
plot (CPPieChart)
The pie chart.
index (NSUInteger)
The index of the slice that was touched or clicked.
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)