MonobjcMonobjc Documented Class Library
PlotAtIndex Method (index)
NamespacesMonobjc.CorePlotCPGraphPlotAtIndex(NSUInteger)

Original signature is '- (CPPlot *)plotAtIndex:(NSUInteger)index;'

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

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPGraph.PlotAtIndex(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)