MonobjcMonobjc Documented Class Library
SymbolsForScatterPlotRecordIndexRange Method (plot, indexRange)
NamespacesMonobjc.CorePlotICPScatterPlotDataSourceSymbolsForScatterPlotRecordIndexRange(CPScatterPlot, NSRange)

Gets a range of plot symbols for the given scatter plot.

Original signature is '- (NSArray *)symbolsForScatterPlot:(CPScatterPlot *)plot recordIndexRange:(NSRange)indexRange;'

Declaration Syntax
C#Visual BasicVisual C++
NSArray SymbolsForScatterPlotRecordIndexRange(
	CPScatterPlot plot,
	NSRange indexRange
)
Function SymbolsForScatterPlotRecordIndexRange ( _
	plot As CPScatterPlot, _
	indexRange As NSRange _
) As NSArray
NSArray^ SymbolsForScatterPlotRecordIndexRange(
	CPScatterPlot^ plot, 
	NSRange indexRange
)
Parameters
plot (CPScatterPlot)
The scatter plot.
indexRange (NSRange)
The range of the data indexes of interest.
Return Value
An array of plot symbols.
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)