MonobjcMonobjc Documented Class Library
InsertPlotAtIndex Method (plot, index)
NamespacesMonobjc.CorePlotCPGraphInsertPlotAtIndex(CPPlot, NSUInteger)

Original signature is '- (void)insertPlot:(CPPlot *)plot atIndex:(NSUInteger)index;'

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