MonobjcMonobjc Documented Class Library
SymbolForScatterPlotRecordIndex Method (plot, index)
NamespacesMonobjc.CorePlotICPScatterPlotDataSourceSymbolForScatterPlotRecordIndex(CPScatterPlot, NSUInteger)

Gets a plot symbol for the given scatter plot.

Original signature is '- (CPPlotSymbol *)symbolForScatterPlot:(CPScatterPlot *)plot recordIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
CPPlotSymbol SymbolForScatterPlotRecordIndex(
	CPScatterPlot plot,
	NSUInteger index
)
Function SymbolForScatterPlotRecordIndex ( _
	plot As CPScatterPlot, _
	index As NSUInteger _
) As CPPlotSymbol
CPPlotSymbol^ SymbolForScatterPlotRecordIndex(
	CPScatterPlot^ plot, 
	NSUInteger index
)
Parameters
plot (CPScatterPlot)
The scatter plot.
index (NSUInteger)
The data index of interest.
Return Value
The plot symbol to show for the point with the given index.
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)