MonobjcMonobjc Documented Class Library
CPXYGraph Class
NamespacesMonobjc.CorePlotCPXYGraph

[Missing <summary> documentation for "T:Monobjc.CorePlot.CPXYGraph"]

Declaration Syntax
C#Visual BasicVisual C++
public class CPXYGraph : CPGraph
Public Class CPXYGraph _
	Inherits CPGraph
public ref class CPXYGraph : public CPGraph
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
CPXYGraph(CGRect, CPScaleType, CPScaleType)

Original signature is '- (id)initWithFrame:(CGRect)newFrame xScaleType:(CPScaleType)newXScaleType yScaleType:(CPScaleType)newYScaleType;'


CPXYGraph(CGRect)

Original signature is '- (id)initWithFrame:(CGRect)newFrame;'


CPXYGraph(Id)

Override to copy or initialize custom fields of the specified layer.

Original signature is '- (id)initWithLayer:(id)layer'

Available in Mac OS X v10.5 and later.


CPXYGraph(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


CPXYGraph()()()()
Initializes a new instance of the CPXYGraph class.

CPXYGraph(IntPtr)
Initializes a new instance of the CPXYGraph class.

CPXYGraph(String, Object, array<Object>[]()[][])
Initializes a new instance of the CPXYGraph class.

ActionForKey(NSString)

Returns an object that implements the action for the specified identifier.

Original signature is '- (id < CAAction >)actionForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Actions

A dictionary mapping keys to objects that implement the CAAction protocol.

Original signature is '@property(copy) NSDictionary *actions'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
AddAnimationForKey(CAAnimation, NSString)

Add an animation object to the receiver’s render tree for the specified key.

Original signature is '- (void)addAnimation:(CAAnimation *)anim forKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
AddAnnotation(CPAnnotation)

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

(Inherited from CPAnnotationHostLayer.)
AddConstraint(CAConstraint)

Adds the constraint to the receiver's array of constraint objects.

Original signature is '- (void)addConstraint:(CAConstraint *)aConstraint'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
AddObserverForKeyPathOptionsContext(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers anObserver to receive KVO notifications for the specified key-path relative to the receiver.

Original signature is '- (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
AddPlot(CPPlot)

Original signature is '- (void)addPlot:(CPPlot *)plot;'

(Inherited from CPGraph.)
AddPlotSpace(CPPlotSpace)

Original signature is '- (void)addPlotSpace:(CPPlotSpace *)space;'

(Inherited from CPGraph.)
AddPlotToPlotSpace(CPPlot, CPPlotSpace)

Original signature is '- (void)addPlot:(CPPlot *)plot toPlotSpace:(CPPlotSpace *)space;'

(Inherited from CPGraph.)
AddSublayer(CALayer)

Appends the layer to the receiver’s sublayers array.

Original signature is '- (void)addSublayer:(CALayer *)aLayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
AffineTransform

Convenience method for getting the transform property as an affine transform.

Original signature is '- (CGAffineTransform)affineTransform'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
AllPlots

Original signature is '- (NSArray *)allPlots;'

(Inherited from CPGraph.)
AllPlotSpaces

Original signature is '- (NSArray *)allPlotSpaces;'

(Inherited from CPGraph.)
AnchorPoint

Defines the anchor point of the layer's bounds rectangle. Animatable.

Original signature is '@property CGPoint anchorPoint'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
AnchorPointZ

The Z component of the layer's anchor point. Animatable.

Original signature is '@property CGFloat anchorPointZ'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
AnimationForKey(NSString)

Returns the animation added to the receiver with the specified identifier.

Original signature is '- (CAAnimation *)animationForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
AnimationKeys

Returns an array containing the keys of all animations currently attached to the receiver.

Original signature is '- (NSArray *)animationKeys'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
Annotations

Original signature is '@property (nonatomic,readonly,retain) NSArray * annotations;'

(Inherited from CPAnnotationHostLayer.)
ApplyMaskToContext(IntPtr)

Original signature is '- (void)applyMaskToContext:(CGContextRef)context;'

(Inherited from CPLayer.)
ApplySublayerMaskToContextForSublayerWithOffset(IntPtr, CPLayer, CGPoint)

Original signature is '- (void)applySublayerMaskToContext:(CGContextRef)context forSublayer:(CPLayer *)sublayer withOffset:(CGPoint)offset;'

(Inherited from CPLayer.)
ApplyTheme(CPTheme)

Original signature is '- (void)applyTheme:(CPTheme *)theme;'

(Inherited from CPGraph.)
AttributeKeys

Returns an array of NSString objects containing the names of immutable values that instances of the receiver's class contain.

Original signature is '- (NSArray *)attributeKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
AutoContentAccessingProxy

Creates and returns an autoreleased proxy for the receiving object

Original signature is '- (id)autoContentAccessingProxy'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
Autorelease()()()()

Adds the receiver to the current autorelease pool.

Original signature is '- (id)autorelease'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
AutoresizingMask

A bitmask defining how the layer is resized when the bounds of its superlayer changes.

Original signature is '@property unsigned int autoresizingMask'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Autoreverses

Determines if the receiver plays in the reverse upon completion.

Original signature is '@property BOOL autoreverses'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
AwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
AxisSet

Original signature is '@property (nonatomic,retain) CPAxisSet * axisSet;'

(Inherited from CPGraph.)
BackgroundColor

Specifies the background color of the receiver. Animatable.

Original signature is '@property CGColorRef backgroundColor'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
BackgroundFilters

An optional array of CoreImage filters that are applied to the receiver’s background. Animatable.

Original signature is '@property(copy) NSArray *backgroundFilters'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
BeginTime

Specifies the begin time of the receiver in relation to its parent object, if applicable.

Original signature is '@property CFTimeInterval beginTime'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
BindToObjectWithKeyPathOptions(NSString, Id, NSString, NSDictionary)

Establishes a binding between a given property of the receiver and the property of a given object specified by a given key path.

Original signature is '- (void)bind:(NSString *)binding toObject:(id)observableController withKeyPath:(NSString *)keyPath options:(NSDictionary *)options'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
BorderColor

The color of the receiver’s border. Animatable.

Original signature is '@property CGColorRef borderColor'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
BorderLineStyle

Original signature is '@property (nonatomic,copy) CPLineStyle * borderLineStyle;'

(Inherited from CPBorderedLayer.)
BorderWidth

Specifies the width of the receiver’s border. Animatable.

Original signature is '@property CGFloat borderWidth'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Bounds

Specifies the bounds rectangle of the receiver. Animatable.

Original signature is '@property CGRect bounds'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
Class

Gets the class of the underlying instance.

(Inherited from Id.)
ClassCode

Returns the receiver's Apple event type code, as stored in the NSScriptClassDescription object for the object’s class.

Original signature is '- (FourCharCode)classCode'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassDescription

Returns an object containing information about the attributes and relationships of the receiver’s class.

Original signature is '- (NSClassDescription *)classDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForArchiver

Overridden by subclasses to substitute a class other than its own during archiving.

Original signature is '- (Class)classForArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForCoder

Overridden by subclasses to substitute a class other than its own during coding.

Original signature is '- (Class)classForCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForKeyedArchiver

Overridden by subclasses to substitute a new class for instances during keyed archiving.

Original signature is '- (Class)classForKeyedArchiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ClassForPortCoder

Overridden by subclasses to substitute a class other than its own for distribution encoding.

Original signature is '- (Class)classForPortCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassName

Returns a string containing the name of the class.

Original signature is '- (NSString *)className'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CoerceValueForKey(Id, NSString)

Uses type info from the class description and NSScriptCoercionHandler to attempt to convert value for key to the proper type, if necessary.

Original signature is '- (id)coerceValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CompositingFilter

A CoreImage filter used to composite the receiver’s contents with the background. Animatable.

Original signature is '@property(retain) id compositingFilter'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ConformsToProtocol(IntPtr)

Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)

Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Constraints

Specifies the constraints used to layout the receiver’s sublayers when using an CAConstraintManager instance as the layout manager.

Original signature is '@property(copy) NSArray *constraints'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ContainsPoint(CGPoint)

Returns whether the receiver contains a specified point.

Original signature is '- (BOOL)containsPoint:(CGPoint)thePoint'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Contents

An object that provides the contents of the layer. Animatable.

Original signature is '@property(retain) id contents'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ContentsAreFlipped

Returns whether the layer content is implicitly flipped when rendered.

Original signature is '- (BOOL)contentsAreFlipped'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
ContentsCenter

Specifies the area of the content image that should be scaled. Animatable.

Original signature is '@property CGRect contentsCenter'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
ContentsGravity

Determines how the receiver's contents are positioned within its bounds.

Original signature is '@property(copy) NSString *contentsGravity'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ContentsPointer

An object that provides the contents of the layer. Animatable.

Original signature is '@property(retain) id contents'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ContentsRect

A rectangle, in the unit coordinate space, defining the sub-rectangle of contents that the receiver should draw. Animatable.

Original signature is '@property CGRect contentsRect'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ConvertPointFromLayer(CGPoint, CALayer)

Converts the point from the specified layer’s coordinate system to the receiver’s coordinate system.

Original signature is '- (CGPoint)convertPoint:(CGPoint)aPoint fromLayer:(CALayer *)layer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ConvertPointToLayer(CGPoint, CALayer)

Converts the point from the receiver’s coordinate system to the specified layer’s coordinate system.

Original signature is '- (CGPoint)convertPoint:(CGPoint)aPoint toLayer:(CALayer *)layer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ConvertRectFromLayer(CGRect, CALayer)

Converts the rectangle from the specified layer’s coordinate system to the receiver’s coordinate system.

Original signature is '- (CGRect)convertRect:(CGRect)aRect fromLayer:(CALayer *)layer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ConvertRectToLayer(CGRect, CALayer)

Converts the rectangle from the receiver’s coordinate system to the specified layer’s coordinate system.

Original signature is '- (CGRect)convertRect:(CGRect)aRect toLayer:(CALayer *)layer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ConvertTimeFromLayer(Double, CALayer)

Converts the time interval from the specified layer’s time space to the receiver’s time space.

Original signature is '- (CFTimeInterval)convertTime:(CFTimeInterval)timeInterval fromLayer:(CALayer *)layer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ConvertTimeToLayer(Double, CALayer)

Converts the time interval from the receiver’s time space to the specified layer’s time space

Original signature is '- (CFTimeInterval)convertTime:(CFTimeInterval)timeInterval toLayer:(CALayer *)layer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Copy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CopyScriptingValueForKeyWithProperties(Id, NSString, NSDictionary)

Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.

Original signature is '- (id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
CornerRadius

Specifies a radius used to draw the rounded corners of the receiver’s background. Animatable.

Original signature is '@property CGFloat cornerRadius'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
CPXYGraphClass
Static field for a quick access to the CPXYGraph class.

DataForPDFRepresentationOfLayer

Original signature is '- (NSData *)dataForPDFRepresentationOfLayer;'

(Inherited from CPLayer.)
Dealloc()()()()

Deallocates the memory occupied by the receiver.

Original signature is '- (void)dealloc'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DefaultPlotSpace

Original signature is '@property (nonatomic,readonly,retain) CPPlotSpace * defaultPlotSpace;'

(Inherited from CPGraph.)
Delegate

Specifies the receiver’s delegate object.

Original signature is '@property(assign) id delegate'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Description

Returns a string that describes the contents of the receiver. (required)

Original signature is '- (NSString *)description'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DictionaryWithValuesForKeys(NSArray)

Returns a dictionary containing the property values identified by each of the keys in a given array.

Original signature is '- (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change was made to a specified unordered to-many relationship.

Original signature is '- (void)didChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
DidChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.

Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Display()()()()

Reload the content of this layer.

Original signature is '- (void)display'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
DisplayIfNeeded()()()()

Displays the layer if it has been marked as needing display.

Original signature is '- (void)displayIfNeeded'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Id.)
DoesNotRecognizeSelector(IntPtr)

Handles messages the receiver doesn’t recognize.

Original signature is '- (void)doesNotRecognizeSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DrawInContext(IntPtr)

Draws the receiver’s content in the specified graphics context.

Original signature is '- (void)drawInContext:(CGContextRef)ctx'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Duration

Specifies the basic duration of the animation, in seconds.

Original signature is '@property CFTimeInterval duration'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
EdgeAntialiasingMask

A bitmask defining how the edges of the receiver are rasterized.

Original signature is '@property unsigned int edgeAntialiasingMask'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
EncodeWithCoder(NSCoder)

Encodes the receiver using a given archiver. (required)

Original signature is '- (void)encodeWithCoder:(NSCoder *)encoder'

Available in Mac OS X v10.0 and later.

(Inherited from CALayer.)
Equals(Id)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Id.)
ExposedBindings

Returns an array containing the bindings exposed by the receiver.

Original signature is '- (NSArray *)exposedBindings'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Fill

Original signature is '@property (nonatomic,copy) CPFill * fill;'

(Inherited from CPBorderedLayer.)
FillMode

Determines if the receiver’s presentation is frozen or removed once its active duration has completed.

Original signature is '@property(copy) NSString *fillMode'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Filters

An array of CoreImage filters that are applied to the contents of the receiver and its sublayers. Animatable.

Original signature is '@property(copy) NSArray *filters'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the Id is reclaimed by garbage collection.
(Inherited from Id.)
ForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
ForwardInvocation(NSInvocation)

Overridden by subclasses to forward messages to other objects.

Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Frame

Specifies receiver’s frame rectangle in the super-layer’s coordinate space.

Original signature is '@property CGRect frame'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Id.)
GetInstanceVariable<(Of <<'(T>)>>)(String)
Gets the instance variable of the specified name.
(Inherited from Id.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Graph

Original signature is '@property (nonatomic,assign) CPGraph * graph;'

(Inherited from CPLayer.)
Hash

Returns an integer that can be used as a table address in a hash table structure. (required)

Original signature is '- (NSUInteger)hash'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
HitTest(CGPoint)

Returns the farthest descendant of the receiver in the layer hierarchy (including itself) that contains a specified point.

Original signature is '- (CALayer *)hitTest:(CGPoint)thePoint'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ImageOfLayer

Original signature is '- (CPNativeImage *)imageOfLayer;'

(Inherited from CPLayer.)
InfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Init()()()()

Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated.

Original signature is '- (id)init'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InitWithCoder(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.

(Inherited from CALayer.)
InitWithFrame(CGRect)

Original signature is '- (id)initWithFrame:(CGRect)newFrame;'

(Inherited from CPLayer.)
InitWithFrameXScaleTypeYScaleType(CGRect, CPScaleType, CPScaleType)

Original signature is '- (id)initWithFrame:(CGRect)newFrame xScaleType:(CPScaleType)newXScaleType yScaleType:(CPScaleType)newYScaleType;'


InitWithLayer(Id)

Override to copy or initialize custom fields of the specified layer.

Original signature is '- (id)initWithLayer:(id)layer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
InnerBorderPath

Original signature is '@property (nonatomic,assign) CGPathRef innerBorderPath;'

(Inherited from CPLayer.)
InsertPlotAtIndex(CPPlot, NSUInteger)

Original signature is '- (void)insertPlot:(CPPlot *)plot atIndex:(NSUInteger)index;'

(Inherited from CPGraph.)
InsertPlotAtIndexIntoPlotSpace(CPPlot, NSUInteger, CPPlotSpace)

Original signature is '- (void)insertPlot:(CPPlot *)plot atIndex:(NSUInteger)index intoPlotSpace:(CPPlotSpace *)space;'

(Inherited from CPGraph.)
InsertSublayerAbove(CALayer, CALayer)

Inserts the layer into the receiver’s sublayers array, above the specified sublayer.

Original signature is '- (void)insertSublayer:(CALayer *)aLayer above:(CALayer *)sublayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
InsertSublayerAtIndex(CALayer, UInt32)

Inserts the layer as a sublayer of the receiver at the specified index.

Original signature is '- (void)insertSublayer:(CALayer *)aLayer atIndex:(unsigned)index'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
InsertSublayerBelow(CALayer, CALayer)

Inserts the layer into the receiver’s sublayers array, below the specified sublayer.

Original signature is '- (void)insertSublayer:(CALayer *)aLayer below:(CALayer *)sublayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
InsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueInPropertyWithKey(Id, NSString)

Inserts an object in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
InverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsDoubleSided

Determines whether the receiver is displayed when facing away from the viewer. Animatable.

Original signature is '@property(getter=isDoubleSided) BOOL doubleSided'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
IsEqual(Id)

Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)

Original signature is '- (BOOL)isEqual:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsGeometryFlipped

Determines if the geometry of the layer and its sublayers are flipped vertically.

Original signature is '@property(getter=isGeometryFlipped) BOOL geometryFlipped'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
IsHidden

Determines whether the receiver is displayed. Animatable.

Original signature is '@property(getter=isHidden) BOOL hidden'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
IsKindOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)

Original signature is '- (BOOL)isKindOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsMemberOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of a given class. (required)

Original signature is '- (BOOL)isMemberOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsOpaque

This property affects how the layer creates the content directly.

Original signature is '@property(getter=isOpaque) BOOL opaque'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
IsProxy

Returns a Boolean value that indicates whether the receiver does not descend from NSObject. (required)

Original signature is '- (BOOL)isProxy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Layer

Creates and returns an instance of CALayer.

Original signature is '+ (id)layer'

Available in Mac OS X v10.5 and later.


LayoutAndRenderInContext(IntPtr)

Original signature is '- (void)layoutAndRenderInContext:(CGContextRef)context;'

(Inherited from CPLayer.)
LayoutIfNeeded()()()()

Recalculate the receiver’s layout, if required.

Original signature is '- (void)layoutIfNeeded'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
LayoutManager

Specifies the layout manager responsible for laying out the receiver’s sublayers.

Original signature is '@property(retain) id layoutManager'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
LayoutSublayers()()()()

Called when the layer requires layout.

Original signature is '- (void)layoutSublayers'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
MagnificationFilter

The filter used when increasing the size of the content.

Original signature is '@property(copy) NSString *magnificationFilter'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Mask

An optional layer whose alpha channel is used as a mask to select between the layer's background and the result of compositing the layer's contents with its filtered background.

Original signature is '@property(retain) CALayer *mask'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
MaskingPath

Original signature is '@property (nonatomic,readonly,assign) CGPathRef maskingPath;'

(Inherited from CPLayer.)
MasksToBorder

Original signature is '@property (nonatomic,assign) BOOL masksToBorder;'

(Inherited from CPLayer.)
MasksToBounds

Determines if the sublayers are clipped to the receiver’s bounds. Animatable.

Original signature is '@property BOOL masksToBounds'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MethodForSelector(IntPtr)

Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.

Original signature is '- (IMP)methodForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MethodSignatureForSelector(IntPtr)

Returns an NSMethodSignature object that contains a description of the method identified by a given selector.

Original signature is '- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MinificationFilter

The filter used when reducing the size of the content.

Original signature is '@property(copy) NSString *minificationFilter'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
MinificationFilterBias

The bias factor used by the minification filter to determine the levels of detail.

Original signature is '@property float minificationFilterBias'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
ModelLayer

Returns the model layer of the receiver, if it represents a current presentation layer.

Original signature is '- (id)modelLayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
MutableArrayValueForKey(NSString)

Returns a mutable array proxy that provides read-write access to an ordered to-many relationship specified by a given key.

Original signature is '- (NSMutableArray *)mutableArrayValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableArrayValueForKeyPath(NSString)

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableCopy()()()()

Returns the object returned by mutableCopyWithZone: where the zone is nil.

Original signature is '- (id)mutableCopy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
MutableSetValueForKeyPath(NSString)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Name

The name of the receiver.

Original signature is '@property(copy) NSString *name'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
NativePointer
Gets or sets the native pointer.
(Inherited from Id.)
NeedsDisplay

Returns whether the layer has been marked as requiring display.

Original signature is '- (BOOL)needsDisplay'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
NeedsDisplayOnBoundsChange

Returns whether the receiver must be redisplayed when the bounds rectangle is updated.

Original signature is '@property BOOL needsDisplayOnBoundsChange'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
NeedsLayout

Returns whether the layer has been marked as requiring layout.

Original signature is '- (BOOL)needsLayout'

Available in Mac OS X v10.6 and later.

(Inherited from CALayer.)
NewAxisSet

Original signature is '- (CPAxisSet *)newAxisSet;'

(Inherited from CPGraph.)
NewPlotSpace

Original signature is '- (CPPlotSpace *)newPlotSpace;'

(Inherited from CPGraph.)
NewScriptingObjectOfClassForValueForKeyWithContentsValueProperties(Class, NSString, Id, NSDictionary)

Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.

Original signature is '- (id)newScriptingObjectOfClass:(Class)class forValueForKey:(NSString *)key withContentsValue:(id)contentsValue properties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
ObservationInfo

Returns a pointer that identifies information about all of the observers that are registered with the receiver.

Original signature is '- (void *)observationInfo'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ObserveValueForKeyPathOfObjectChangeContext(NSString, Id, NSDictionary, IntPtr)

This message is sent to the receiver when the value at the specified key path relative to the given object has changed.

Original signature is '- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Opacity

Determines the opacity of the receiver. Animatable.

Original signature is '@property float opacity'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
OptionDescriptionsForBinding(NSString)

Returns an array describing the options for the specified binding.

Original signature is '- (NSArray *)optionDescriptionsForBinding:(NSString *)binding'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
OuterBorderPath

Original signature is '@property (nonatomic,assign) CGPathRef outerBorderPath;'

(Inherited from CPLayer.)
PaddingBottom

Original signature is '@property (nonatomic,assign) CGFloat paddingBottom;'

(Inherited from CPLayer.)
PaddingLeft

Original signature is '@property (nonatomic,assign) CGFloat paddingLeft;'

(Inherited from CPLayer.)
PaddingRight

Original signature is '@property (nonatomic,assign) CGFloat paddingRight;'

(Inherited from CPLayer.)
PaddingTop

Original signature is '@property (nonatomic,assign) CGFloat paddingTop;'

(Inherited from CPLayer.)
PerformSelector(IntPtr)

Sends a specified message to the receiver and returns the result of the message. (required)

Original signature is '- (id)performSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorInBackgroundWithObject(IntPtr, Id)

Invokes a method of the receiver on a new background thread.

Original signature is '- (void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDone(IntPtr, Id, Boolean)

Invokes a method of the receiver on the main thread using the default mode.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDoneModes(IntPtr, Id, Boolean, NSArray)

Invokes a method of the receiver on the main thread using the specified modes.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDone(IntPtr, NSThread, Id, Boolean)

Invokes a method of the receiver on the specified thread using the default mode.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDoneModes(IntPtr, NSThread, Id, Boolean, NSArray)

Invokes a method of the receiver on the specified thread using the specified modes.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorWithObject(IntPtr, Id)

Sends a message to the receiver with an object as the argument. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelay(IntPtr, Id, Double)

Invokes a method of the receiver on the current thread using the default mode after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelayInModes(IntPtr, Id, Double, NSArray)

Invokes a method of the receiver on the current thread using the specified modes after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectWithObject(IntPtr, Id, Id)

Sends a message to the receiver with two objects as arguments. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PixelAlign()()()()

Original signature is '- (void)pixelAlign;'

(Inherited from CPLayer.)
PlotAreaFrame

Original signature is '@property (nonatomic,retain) CPPlotAreaFrame * plotAreaFrame;'

(Inherited from CPGraph.)
PlotAtIndex(NSUInteger)

Original signature is '- (CPPlot *)plotAtIndex:(NSUInteger)index;'

(Inherited from CPGraph.)
PlotSpaceAtIndex(NSUInteger)

Original signature is '- (CPPlotSpace *)plotSpaceAtIndex:(NSUInteger)index;'

(Inherited from CPGraph.)
PlotSpaceWithIdentifier(INSCopying)

Original signature is '- (CPPlotSpace *)plotSpaceWithIdentifier:(id< NSCopying >)identifier;'

(Inherited from CPGraph.)
PlotWithIdentifier(INSCopying)

Original signature is '- (CPPlot *)plotWithIdentifier:(id< NSCopying >)identifier;'

(Inherited from CPGraph.)
PointingDeviceCancelledEvent(Id)

Informs the receiver that tracking of mouse moves (Mac OS) or touches (iPhone OS) has been cancelled for any reason.

Original signature is '- (BOOL)pointingDeviceCancelledEvent:(id)event;'

(Inherited from CPLayer.)
PointingDeviceDownEventAtPoint(Id, CGPoint)

Informs the receiver that the user has pressed the mouse button (Mac OS) or touched the screen (iPhone OS).

Original signature is '- (BOOL)pointingDeviceDownEvent:(id)event atPoint:(CGPoint)interactionPoint;'

(Inherited from CPLayer.)
PointingDeviceDraggedEventAtPoint(Id, CGPoint)

Informs the receiver that the user has moved the mouse with the button pressed (Mac OS) or moved their finger while touching the screen (iPhone OS).

Original signature is '- (BOOL)pointingDeviceDraggedEvent:(id)event atPoint:(CGPoint)interactionPoint;'

(Inherited from CPLayer.)
PointingDeviceUpEventAtPoint(Id, CGPoint)

Informs the receiver that the user has released the mouse button (Mac OS) or lifted their finger off the screen (iPhone OS).

Original signature is '- (BOOL)pointingDeviceUpEvent:(id)event atPoint:(CGPoint)interactionPoint;'

(Inherited from CPLayer.)
Position

Specifies the receiver’s position in the superlayer’s coordinate system. Animatable.

Original signature is '@property CGPoint position'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
PreferredFrameSize

Returns the preferred frame size of the layer in the coordinate space of the superlayer.

Original signature is '- (CGSize)preferredFrameSize'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
PresentationLayer

Returns a copy of the layer containing all properties as they were at the start of the current transaction, with any active animations applied.

Original signature is '- (id)presentationLayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
RecursivelyRenderInContext(IntPtr)

Original signature is '- (void)recursivelyRenderInContext:(CGContextRef)context;'

(Inherited from CPLayer.)
Release()()()()

Decrements the receiver�s reference count.

Original signature is '- (oneway void)release'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
ReloadData()()()()

Original signature is '- (void)reloadData;'

(Inherited from CPGraph.)
ReloadDataIfNeeded()()()()

Original signature is '- (void)reloadDataIfNeeded;'

(Inherited from CPGraph.)
RemoveAllAnimations()()()()

Remove all animations attached to the receiver.

Original signature is '- (void)removeAllAnimations'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
RemoveAllAnnotations()()()()

Original signature is '- (void)removeAllAnnotations;'

(Inherited from CPAnnotationHostLayer.)
RemoveAnimationForKey(NSString)

Remove the animation attached to the receiver with the specified key.

Original signature is '- (void)removeAnimationForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
RemoveAnnotation(CPAnnotation)

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

(Inherited from CPAnnotationHostLayer.)
RemoveFromSuperlayer()()()()

Removes the layer from the sublayers array or mask property of the receiver’s superlayer.

Original signature is '- (void)removeFromSuperlayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
RemoveObserverForKeyPath(NSObject, NSString)

Stops a given object from receiving change notifications for the property specified by a given key-path relative to the receiver.

Original signature is '- (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
RemovePlot(CPPlot)

Original signature is '- (void)removePlot:(CPPlot *)plot;'

(Inherited from CPGraph.)
RemovePlotSpace(CPPlotSpace)

Original signature is '- (void)removePlotSpace:(CPPlotSpace *)plotSpace;'

(Inherited from CPGraph.)
RemoveValueAtIndexFromPropertyWithKey(NSUInteger, NSString)

Removes the object at the specified index from the collection specified by the passed key.

Original signature is '- (void)removeValueAtIndex:(NSUInteger)index fromPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RenderAsVectorInContext(IntPtr)

Original signature is '- (void)renderAsVectorInContext:(CGContextRef)context;'

(Inherited from CPLayer.)
RenderInContext(IntPtr)

Renders the receiver and its sublayers into the specified context.

Original signature is '- (void)renderInContext:(CGContextRef)ctx'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
RepeatCount

Determines the number of times the animation will repeat.

Original signature is '@property float repeatCount'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
RepeatDuration

Determines how many seconds the animation will repeat for.

Original signature is '@property CFTimeInterval repeatDuration'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ReplacementObjectForArchiver(NSArchiver)

Overridden by subclasses to substitute another object for itself during archiving.

Original signature is '- (id)replacementObjectForArchiver:(NSArchiver *)anArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForCoder(NSCoder)

Overridden by subclasses to substitute another object for itself during encoding.

Original signature is '- (id)replacementObjectForCoder:(NSCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForKeyedArchiver(NSKeyedArchiver)

Overridden by subclasses to substitute another object for itself during keyed archiving.

Original signature is '- (id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ReplacementObjectForPortCoder(NSPortCoder)

Overridden by subclasses to substitute another object or a copy for itself during distribution encoding.

Original signature is '- (id)replacementObjectForPortCoder:(NSPortCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceSublayerWith(CALayer, CALayer)

Replaces the layer in the receiver’s sublayers array with the specified new layer.

Original signature is '- (void)replaceSublayer:(CALayer *)oldLayer with:(CALayer *)newLayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ReplaceValueAtIndexInPropertyWithKeyWithValue(NSUInteger, NSString, Id)

Replaces the object at the specified index in the collection specified by the passed key.

Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ResizeSublayersWithOldSize(CGSize)

Informs the receiver’s sublayers that the receiver’s bounds rectangle size has changed.

Original signature is '- (void)resizeSublayersWithOldSize:(CGSize)size'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ResizeWithOldSuperlayerSize(CGSize)

Informs the receiver that the bounds size of its superview has changed.

Original signature is '- (void)resizeWithOldSuperlayerSize:(CGSize)size'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Retain()()()()

Increments the receiver�s reference count.

Original signature is '- (id)retain'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RetainCount

Returns the receiver’s reference count. (required)

Original signature is '- (NSUInteger)retainCount'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SafeCastAs<(Of <<'(TInstance>)>>)(Id)
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.)
SafeCastTo<(Of <<'(TInstance>)>>)(Id)
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.)
SafeRelease(Id)

Performs a safe release operation on the given instance.

The equivalent code is:

CopyC#
if (instance != null) instance.Release();
(Inherited from IdExtensions.)
ScriptingProperties

Returns an NSString-keyed dictionary of the receiver's scriptable properties.

Original signature is '- (NSDictionary *)scriptingProperties'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ScriptingValueForSpecifier(NSScriptObjectSpecifier)

Given an object specifier, returns the specified object or objects in the receiving container.

Original signature is '- (id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
ScrollPoint(CGPoint)

Scrolls the receiver’s closest ancestor CAScrollLayer so that the specified point lies at the origin of the layer.

Original signature is '- (void)scrollPoint:(CGPoint)thePoint'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ScrollRectToVisible(CGRect)

Scrolls the receiver’s closest ancestor CAScrollLayer the minimum distance needed so that the specified rectangle becomes visible.

Original signature is '- (void)scrollRectToVisible:(CGRect)theRect'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Self

Returns the receiver. (required)

Original signature is '- (id)self'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SendMessage(String, array<Object>[]()[][])
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from Id.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SetDelegate(Action<(Of <<'(CALayer..::..CALayerDelegateEventDispatcher>)>>))
Set the Delegate property of a CALayer instance.
(Inherited from CALayer.)
SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
SetNeedsDisplay()()()()

Marks the receiver as needing display before the content is next committed.

Original signature is '- (void)setNeedsDisplay'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
SetNeedsDisplayInRect(CGRect)

Marks the region of the receiver within the specified rectangle as needing display.

Original signature is '- (void)setNeedsDisplayInRect:(CGRect)theRect'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
SetNeedsLayout()()()()

Called when the preferred size of the receiver may have changed.

Original signature is '- (void)setNeedsLayout'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
SetNilValueForKey(NSString)

Invoked by setValue:forKey: when it’s given a nil value for a scalar value (such as an int or float).

Original signature is '- (void)setNilValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Id, NSString)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(String, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int16, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int64, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int32, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Single, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Double, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Char, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Boolean, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKeyPath(Id, NSString)

Sets the value for the property identified by a given key path to a given value.

Original signature is '- (void)setValue:(id)value forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForUndefinedKey(Id, NSString)

Invoked by setValue:forKey: when it finds no property for a given key.

Original signature is '- (void)setValue:(id)value forUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ShadowColor

Specifies the color of the receiver’s shadow. Animatable.

Original signature is '@property CGColorRef shadowColor'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ShadowOffset

Specifies the offset of the receiver’s shadow. Animatable.

Original signature is '@property CGSize shadowOffset'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ShadowOpacity

Specifies the opacity of the receiver’s shadow. Animatable.

Original signature is '@property float shadowOpacity'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ShadowRadius

Specifies the blur radius used to render the receiver’s shadow. Animatable.

Original signature is '@property CGFloat shadowRadius'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
ShouldArchiveValueForKey(NSString)

Specifies whether the value of the property for a given key is archived.

Original signature is '- (BOOL)shouldArchiveValueForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Speed

Specifies how time is mapped to receiver’s time space from the parent time space.

Original signature is '@property float speed'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Style

An optional dictionary referenced to find property values that aren't explicitly defined by the receiver.

Original signature is '@property(copy) NSDictionary *style'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
SublayerMaskingPath

Original signature is '@property (nonatomic,readonly,assign) CGPathRef sublayerMaskingPath;'

(Inherited from CPLayer.)
Sublayers

An array containing the receiver's sublayers.

Original signature is '@property(copy) NSArray *sublayers'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
SublayersExcludedFromAutomaticLayout

Original signature is '@property (nonatomic,readonly,assign) NSSet * sublayersExcludedFromAutomaticLayout;'

(Inherited from CPLayer.)
SublayerTransform

Specifies a transform applied to each sublayer when rendering. Animatable.

Original signature is '@property CATransform3D sublayerTransform'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Superclass

Returns the class object for the receiver’s superclass. (required)

Original signature is '- (Class)superclass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Superlayer

Specifies receiver's superlayer. (read-only)

Original signature is '@property(readonly) CALayer *superlayer'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
TimeOffset

Specifies an additional time offset in active local time.

Original signature is '@property CFTimeInterval timeOffset'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Title

Original signature is '@property (nonatomic,copy) NSString * title;'

(Inherited from CPGraph.)
TitleDisplacement

Original signature is '@property (nonatomic,assign) CGPoint titleDisplacement;'

(Inherited from CPGraph.)
TitlePlotAreaFrameAnchor

Original signature is '@property (nonatomic,assign) CPRectAnchor titlePlotAreaFrameAnchor;'

(Inherited from CPGraph.)
TitleTextStyle

Original signature is '@property (nonatomic,copy) CPMutableTextStyle * titleTextStyle;'

(Inherited from CPGraph.)
ToManyRelationshipKeys

Returns array containing the keys for the to-many relationship properties of the receiver.

Original signature is '- (NSArray *)toManyRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToOneRelationshipKeys

Returns the keys for the to-one relationship properties of the receiver, if any.

Original signature is '- (NSArray *)toOneRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
TopDownLayerOrder

Original signature is '@property (nonatomic,retain) NSArray * topDownLayerOrder;'

(Inherited from CPGraph.)
ToString()()()()
Returns a String that represents this instance.
(Inherited from NSObject.)
Transform

Specifies the transform applied to the receiver, relative to the center of its bounds. Animatable.

Original signature is '@property CATransform3D transform'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Unbind(NSString)

Removes a given binding between the receiver and a controller.

Original signature is '- (void)unbind:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
UseFastRendering

Original signature is '@property (nonatomic,readonly,assign) BOOL useFastRendering;'

(Inherited from CPLayer.)
ValidateValueForKeyError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for the property identified by a given key.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)key error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidateValueForKeyPathError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for a given key path relative to the receiver.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueClassForBinding(NSString)

Returns the class of the value that will be returned for the specified binding.

Original signature is '- (Class)valueClassForBinding:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueForKey(NSString)

Returns the value for the property identified by a given key.

Original signature is '- (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForKeyPath(NSString)

Returns the value for the derived property identified by a given key path.

Original signature is '- (id)valueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueWithNameInPropertyWithKey(NSString, NSString)

Retrieves a named object from the collection specified by the passed key.

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ValueWithUniqueIDInPropertyWithKey(Id, NSString)

Retrieves an object by ID from the collection specified by the passed key.

Original signature is '- (id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
VisibleRect

Returns the visible region of the receiver, in its own coordinate space. (read-only)

Original signature is '@property(readonly) CGRect visibleRect'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
WillChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property is about to change.

Original signature is '- (void)willChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change is about to be made to a specified unordered to-many relationship.

Original signature is '- (void)willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
WillChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change is about to be executed at given indexes for a specified ordered to-many relationship.

Original signature is '- (void)willChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
xScaleType

yScaleType

Zone

Returns a pointer to the zone from which the receiver was allocated. (required)

Original signature is '- (NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ZPosition

Specifies the receiver’s position on the z axis. Animatable.

Original signature is '@property CGFloat zPosition'

Available in Mac OS X v10.5 and later.

(Inherited from CALayer.)
Inheritance Hierarchy
Object
Id
 NSObject
  CALayer
   CPLayer
    CPAnnotationHostLayer
     CPBorderedLayer
      CPGraph
       CPXYGraph
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)