Gets a plot symbol for the given scatter plot.
Original signature is '- (CPPlotSymbol *)symbolForScatterPlot:(CPScatterPlot *)plot recordIndex:(NSUInteger)index;'

C# | Visual Basic | Visual C++ |
CPPlotSymbol SymbolForScatterPlotRecordIndex( CPScatterPlot plot, NSUInteger index )
Function SymbolForScatterPlotRecordIndex ( _ plot As CPScatterPlot, _ index As NSUInteger _ ) As CPPlotSymbol
CPPlotSymbol^ SymbolForScatterPlotRecordIndex( CPScatterPlot^ plot, NSUInteger index )

- plot (CPScatterPlot)
- The scatter plot.
- index (NSUInteger)
- The data index of interest.

The plot symbol to show for the point with the given index.

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