MonobjcMonobjc Documented Class Library
DataForPlotFieldRecordIndexRange Method (plot, fieldEnum, indexRange)
NamespacesMonobjc.CorePlotICPPlotDataSourceDataForPlotFieldRecordIndexRange(CPPlot, NSUInteger, NSRange)

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;'

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
plot (CPPlot)
The plot.
fieldEnum (NSUInteger)
The field index.
indexRange (NSRange)
The range of the data indexes of interest.
Return Value
A one-dimensional array of data points.
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)