MonobjcMonobjc Documented Class Library
InitWithPlotSpaceAnchorPlotPoint Method (space, plotPoint)
NamespacesMonobjc.CorePlotCPPlotSpaceAnnotationInitWithPlotSpaceAnchorPlotPoint(CPPlotSpace, NSArray)

Original signature is '- (id)initWithPlotSpace:(CPPlotSpace *)space anchorPlotPoint:(NSArray *)plotPoint;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithPlotSpaceAnchorPlotPoint(
	CPPlotSpace space,
	NSArray plotPoint
)
Public Overridable Function InitWithPlotSpaceAnchorPlotPoint ( _
	space As CPPlotSpace, _
	plotPoint As NSArray _
) As Id
public:
virtual Id^ InitWithPlotSpaceAnchorPlotPoint(
	CPPlotSpace^ space, 
	NSArray^ plotPoint
)
Parameters
space (CPPlotSpace)
MISSING
plotPoint (NSArray)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPPlotSpaceAnnotation.InitWithPlotSpaceAnchorPlotPoint(Monobjc.CorePlot.CPPlotSpace,Monobjc.Foundation.NSArray)"]

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)