MonobjcMonobjc Documented Class Library
TwoDGraphViewDataObjectForLineIndex Method (inGraphView, inLineIndex)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDataSourceTwoDGraphViewDataObjectForLineIndex(SM2DGraphView, NSUInteger)

Original signature is '- (NSData *)twoDGraphView:(SM2DGraphView *)inGraphView dataObjectForLineIndex:(NSUInteger)inLineIndex;'

Declaration Syntax
C#Visual BasicVisual C++
NSData TwoDGraphViewDataObjectForLineIndex(
	SM2DGraphView inGraphView,
	NSUInteger inLineIndex
)
Function TwoDGraphViewDataObjectForLineIndex ( _
	inGraphView As SM2DGraphView, _
	inLineIndex As NSUInteger _
) As NSData
NSData^ TwoDGraphViewDataObjectForLineIndex(
	SM2DGraphView^ inGraphView, 
	NSUInteger inLineIndex
)
Parameters
inGraphView (SM2DGraphView)
The graph view making the call.
inLineIndex (NSUInteger)
The zero based data line index to return.
Return Value
An NSData (or NSMutableData) of NSPoints (or CGPoints). Can be nil if no points are on this line.
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.SM2DGraphView (Module: Monobjc.SM2DGraphView)