MonobjcMonobjc Documented Class Library
ScatterPlotPlotSymbolWasSelectedAtRecordIndex Method (plot, index)
NamespacesMonobjc.CorePlotICPScatterPlotDelegateScatterPlotPlotSymbolWasSelectedAtRecordIndex(CPScatterPlot, NSUInteger)

Informs delegate that a point was touched.

Original signature is '- (void)scatterPlot:(CPScatterPlot *)plot plotSymbolWasSelectedAtRecordIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
void ScatterPlotPlotSymbolWasSelectedAtRecordIndex(
	CPScatterPlot plot,
	NSUInteger index
)
Sub ScatterPlotPlotSymbolWasSelectedAtRecordIndex ( _
	plot As CPScatterPlot, _
	index As NSUInteger _
)
void ScatterPlotPlotSymbolWasSelectedAtRecordIndex(
	CPScatterPlot^ plot, 
	NSUInteger index
)
Parameters
plot (CPScatterPlot)
The scatter plot.
index (NSUInteger)
Index of touched point
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)