MonobjcMonobjc Documented Class Library
InsertPlotAtIndexIntoPlotSpace Method (plot, index, space)
NamespacesMonobjc.CorePlotCPGraphInsertPlotAtIndexIntoPlotSpace(CPPlot, NSUInteger, CPPlotSpace)

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

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