MonobjcMonobjc Documented Class Library
TwoDGraphViewDataForLineIndex Method (inGraphView, inLineIndex)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDataSourceTwoDGraphViewDataForLineIndex(SM2DGraphView, NSUInteger)

Original signature is '- (NSArray *)twoDGraphView:(SM2DGraphView *)inGraphView dataForLineIndex:(NSUInteger)inLineIndex;'

Declaration Syntax
C#Visual BasicVisual C++
NSArray TwoDGraphViewDataForLineIndex(
	SM2DGraphView inGraphView,
	NSUInteger inLineIndex
)
Function TwoDGraphViewDataForLineIndex ( _
	inGraphView As SM2DGraphView, _
	inLineIndex As NSUInteger _
) As NSArray
NSArray^ TwoDGraphViewDataForLineIndex(
	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 NSArray (or NSMutableArray) of NSPoints as strings. 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)