MonobjcMonobjc Documented Class Library
CPPlotSpaceAnnotation Constructor (space, plotPoint)
NamespacesMonobjc.CorePlotCPPlotSpaceAnnotationCPPlotSpaceAnnotation(CPPlotSpace, NSArray)

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

Declaration Syntax
C#Visual BasicVisual C++
public CPPlotSpaceAnnotation(
	CPPlotSpace space,
	NSArray plotPoint
)
Public Sub New ( _
	space As CPPlotSpace, _
	plotPoint As NSArray _
)
public:
CPPlotSpaceAnnotation(
	CPPlotSpace^ space, 
	NSArray^ plotPoint
)
Parameters
space (CPPlotSpace)
MISSING
plotPoint (NSArray)
MISSING
Return Value
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)