MonobjcMonobjc Documented Class Library
RemoveAnnotation Method (annotation)
NamespacesMonobjc.CorePlotCPAnnotationHostLayerRemoveAnnotation(CPAnnotation)

Original signature is '- (void)removeAnnotation:(CPAnnotation *)annotation;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveAnnotation(
	CPAnnotation annotation
)
Public Overridable Sub RemoveAnnotation ( _
	annotation As CPAnnotation _
)
public:
virtual void RemoveAnnotation(
	CPAnnotation^ annotation
)
Parameters
annotation (CPAnnotation)
MISSING
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)