Gets a range of plot data for the given plot and field.
Original signature is '- (double *)doublesForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndexRange:(NSRange)indexRange;'

C# | Visual Basic | Visual C++ |
IntPtr DoublesForPlotFieldRecordIndexRange( CPPlot plot, NSUInteger fieldEnum, NSRange indexRange )
Function DoublesForPlotFieldRecordIndexRange ( _ plot As CPPlot, _ fieldEnum As NSUInteger, _ indexRange As NSRange _ ) As IntPtr
IntPtr DoublesForPlotFieldRecordIndexRange( CPPlot^ plot, NSUInteger fieldEnum, NSRange indexRange )

- plot (CPPlot)
- The plot.
- fieldEnum (NSUInteger)
- The field index.
- indexRange (NSRange)
- The range of the data indexes of interest.

A retained C array of data points.

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