MonobjcMonobjc Documented Class Library
BarPlotBarWasSelectedAtRecordIndex Method (plot, index)
NamespacesMonobjc.CorePlotICPBarPlotDelegateBarPlotBarWasSelectedAtRecordIndex(CPBarPlot, NSUInteger)

Informs delegate that a point was touched.

Original signature is '- (void)barPlot:(CPBarPlot *)plot barWasSelectedAtRecordIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
void BarPlotBarWasSelectedAtRecordIndex(
	CPBarPlot plot,
	NSUInteger index
)
Sub BarPlotBarWasSelectedAtRecordIndex ( _
	plot As CPBarPlot, _
	index As NSUInteger _
)
void BarPlotBarWasSelectedAtRecordIndex(
	CPBarPlot^ plot, 
	NSUInteger index
)
Parameters
plot (CPBarPlot)
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)