MonobjcMonobjc Documented Class Library
ICPPlotDataSource Interface
NamespacesMonobjc.CorePlotICPPlotDataSource

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

Declaration Syntax
C#Visual BasicVisual C++
public interface ICPPlotDataSource : IManagedWrapper
Public Interface ICPPlotDataSource _
	Inherits IManagedWrapper
public interface class ICPPlotDataSource : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
DataForPlotFieldRecordIndexRange(CPPlot, NSUInteger, NSRange)

Gets a range of plot data for the given plot and field.

Original signature is '- (CPNumericData *)dataForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndexRange:(NSRange)indexRange;'


DataLabelForPlotRecordIndex(CPPlot, NSUInteger)

Gets a data label for the given plot. This method is optional.

Original signature is '- (CPLayer *)dataLabelForPlot:(CPPlot *)plot recordIndex:(NSUInteger)index;'


DoubleForPlotFieldRecordIndex(CPPlot, NSUInteger, NSUInteger)

Gets a plot data value for the given plot and field.

Original signature is '- (double)doubleForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndex:(NSUInteger)index;'


DoublesForPlotFieldRecordIndexRange(CPPlot, NSUInteger, NSRange)

Gets a range of plot data for the given plot and field.

Original signature is '- (double *)doublesForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndexRange:(NSRange)indexRange;'


NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
NumberForPlotFieldRecordIndex(CPPlot, NSUInteger, NSUInteger)

Gets a plot data value for the given plot and field.

Original signature is '- (NSNumber *)numberForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndex:(NSUInteger)index;'


NumberOfRecordsForPlot(CPPlot)

The number of data points for the plot.

Original signature is '- (NSUInteger)numberOfRecordsForPlot:(CPPlot *)plot;'


NumbersForPlotFieldRecordIndexRange(CPPlot, NSUInteger, NSRange)

Gets a range of plot data for the given plot and field.

Original signature is '- (NSArray *)numbersForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndexRange:(NSRange)indexRange;'


RecordIndexRangeForPlotPlotRange(CPPlot, CPPlotRange)

Determines the record index range corresponding to a given range of data. This method is optional. If the method is implemented, it could improve performance in data sets that are only partially displayed.

Original signature is '- (NSRange)recordIndexRangeForPlot:(CPPlot *)plot plotRange:(CPPlotRange *)plotRange;'


SendMessage(String, array<Object>[]()[][])

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

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

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

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
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 IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(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 IManagedWrapper.)
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 IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(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 IManagedWrapper.)
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)