MonobjcMonobjc Documented Class Library
DoubleForPlotFieldRecordIndex Method (plot, fieldEnum, index)
NamespacesMonobjc.CorePlotICPPlotDataSourceDoubleForPlotFieldRecordIndex(CPPlot, NSUInteger, NSUInteger)

Gets a plot data value for the given plot and field.

Original signature is '- (double)doubleForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
double DoubleForPlotFieldRecordIndex(
	CPPlot plot,
	NSUInteger fieldEnum,
	NSUInteger index
)
Function DoubleForPlotFieldRecordIndex ( _
	plot As CPPlot, _
	fieldEnum As NSUInteger, _
	index As NSUInteger _
) As Double
double DoubleForPlotFieldRecordIndex(
	CPPlot^ plot, 
	NSUInteger fieldEnum, 
	NSUInteger index
)
Parameters
plot (CPPlot)
The plot.
fieldEnum (NSUInteger)
The field index.
index (NSUInteger)
The data index of interest.
Return Value
A data point.
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)