MonobjcMonobjc Documented Class Library
CPXYGraph Constructor
NamespacesMonobjc.CorePlotCPXYGraphCPXYGraph()()()()
Members
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.

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)