MonobjcMonobjc Documented Class Library
NumberOfRecordsForPlot Method (plot)
NamespacesMonobjc.CorePlotICPPlotDataSourceNumberOfRecordsForPlot(CPPlot)

The number of data points for the plot.

Original signature is '- (NSUInteger)numberOfRecordsForPlot:(CPPlot *)plot;'

Declaration Syntax
C#Visual BasicVisual C++
NSUInteger NumberOfRecordsForPlot(
	CPPlot plot
)
Function NumberOfRecordsForPlot ( _
	plot As CPPlot _
) As NSUInteger
NSUInteger NumberOfRecordsForPlot(
	CPPlot^ plot
)
Parameters
plot (CPPlot)
The plot.
Return Value
The number of data points for the plot.
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)