MonobjcMonobjc Documented Class Library
PlotSpaceAtIndex Method (index)
NamespacesMonobjc.CorePlotCPGraphPlotSpaceAtIndex(NSUInteger)

Original signature is '- (CPPlotSpace *)plotSpaceAtIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual CPPlotSpace PlotSpaceAtIndex(
	NSUInteger index
)
Public Overridable Function PlotSpaceAtIndex ( _
	index As NSUInteger _
) As CPPlotSpace
public:
virtual CPPlotSpace^ PlotSpaceAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPGraph.PlotSpaceAtIndex(Monobjc.Foundation.NSUInteger)"]

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)