MonobjcMonobjc Documented Class Library
AnchorPlotPoint Property
NamespacesMonobjc.CorePlotCPPlotSpaceAnnotationAnchorPlotPoint

Original signature is '@property (nonatomic,copy) NSArray * anchorPlotPoint;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray AnchorPlotPoint { get; set; }
Public Overridable Property AnchorPlotPoint As NSArray
	Get
	Set
public:
virtual property NSArray^ AnchorPlotPoint {
	NSArray^ get ();
	void set (NSArray^ 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)