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

C# | Visual Basic | Visual C++ |
CPNumericData DataForPlotFieldRecordIndexRange( CPPlot plot, NSUInteger fieldEnum, NSRange indexRange )
Function DataForPlotFieldRecordIndexRange ( _ plot As CPPlot, _ fieldEnum As NSUInteger, _ indexRange As NSRange _ ) As CPNumericData
CPNumericData^ DataForPlotFieldRecordIndexRange( 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 one-dimensional 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)