MonobjcMonobjc Documented Class Library
PlotWithIdentifier Method (identifier)
NamespacesMonobjc.CorePlotCPGraphPlotWithIdentifier(INSCopying)

Original signature is '- (CPPlot *)plotWithIdentifier:(id< NSCopying >)identifier;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual CPPlot PlotWithIdentifier(
	INSCopying identifier
)
Public Overridable Function PlotWithIdentifier ( _
	identifier As INSCopying _
) As CPPlot
public:
virtual CPPlot^ PlotWithIdentifier(
	INSCopying^ identifier
)
Parameters
identifier (INSCopying)
MISSING
Return Value

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

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)