Gets a range of plot symbols for the given scatter plot.
Original signature is '- (NSArray *)symbolsForScatterPlot:(CPScatterPlot *)plot recordIndexRange:(NSRange)indexRange;'

C# | Visual Basic | Visual C++ |
NSArray SymbolsForScatterPlotRecordIndexRange( CPScatterPlot plot, NSRange indexRange )
Function SymbolsForScatterPlotRecordIndexRange ( _ plot As CPScatterPlot, _ indexRange As NSRange _ ) As NSArray
NSArray^ SymbolsForScatterPlotRecordIndexRange( CPScatterPlot^ plot, NSRange indexRange )

- plot (CPScatterPlot)
- The scatter plot.
- indexRange (NSRange)
- The range of the data indexes of interest.

An array of plot symbols.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)