MonobjcMonobjc Documented Class Library
InsertDataAtIndexNumberOfRecords Method (index, numberOfRecords)
NamespacesMonobjc.CorePlotCPPlotInsertDataAtIndexNumberOfRecords(NSUInteger, NSUInteger)

Original signature is '- (void)insertDataAtIndex:(NSUInteger)index numberOfRecords:(NSUInteger)numberOfRecords;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertDataAtIndexNumberOfRecords(
	NSUInteger index,
	NSUInteger numberOfRecords
)
Public Overridable Sub InsertDataAtIndexNumberOfRecords ( _
	index As NSUInteger, _
	numberOfRecords As NSUInteger _
)
public:
virtual void InsertDataAtIndexNumberOfRecords(
	NSUInteger index, 
	NSUInteger numberOfRecords
)
Parameters
index (NSUInteger)
MISSING
numberOfRecords (NSUInteger)
MISSING
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)