MonobjcMonobjc Documented Class Library
PositionLabelAnnotationForIndex Method (label, index)
NamespacesMonobjc.CorePlotCPPlotPositionLabelAnnotationForIndex(CPPlotSpaceAnnotation, NSUInteger)

Original signature is '- (void)positionLabelAnnotation:(CPPlotSpaceAnnotation *)label forIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PositionLabelAnnotationForIndex(
	CPPlotSpaceAnnotation label,
	NSUInteger index
)
Public Overridable Sub PositionLabelAnnotationForIndex ( _
	label As CPPlotSpaceAnnotation, _
	index As NSUInteger _
)
public:
virtual void PositionLabelAnnotationForIndex(
	CPPlotSpaceAnnotation^ label, 
	NSUInteger index
)
Parameters
label (CPPlotSpaceAnnotation)
MISSING
index (NSUInteger)
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)