MonobjcMonobjc Documented Class Library
RecordIndexRangeForPlotPlotRange Method (plot, plotRange)
NamespacesMonobjc.CorePlotICPPlotDataSourceRecordIndexRangeForPlotPlotRange(CPPlot, CPPlotRange)

Determines the record index range corresponding to a given range of data. This method is optional. If the method is implemented, it could improve performance in data sets that are only partially displayed.

Original signature is '- (NSRange)recordIndexRangeForPlot:(CPPlot *)plot plotRange:(CPPlotRange *)plotRange;'

Declaration Syntax
C#Visual BasicVisual C++
NSRange RecordIndexRangeForPlotPlotRange(
	CPPlot plot,
	CPPlotRange plotRange
)
Function RecordIndexRangeForPlotPlotRange ( _
	plot As CPPlot, _
	plotRange As CPPlotRange _
) As NSRange
NSRange RecordIndexRangeForPlotPlotRange(
	CPPlot^ plot, 
	CPPlotRange^ plotRange
)
Parameters
plot (CPPlot)
The plot.
plotRange (CPPlotRange)
The range expressed in data values.
Return Value
The range of record indexes.
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)