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

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

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