Original signature is '- (NSDictionary *)twoDGraphView:(SM2DGraphView *)inGraphView attributesForLineIndex:(NSUInteger)inLineIndex;'

C# | Visual Basic | Visual C++ |
NSDictionary TwoDGraphViewAttributesForLineIndex( SM2DGraphView inGraphView, NSUInteger inLineIndex )
Function TwoDGraphViewAttributesForLineIndex ( _ inGraphView As SM2DGraphView, _ inLineIndex As NSUInteger _ ) As NSDictionary
NSDictionary^ TwoDGraphViewAttributesForLineIndex( SM2DGraphView^ inGraphView, NSUInteger inLineIndex )

- inGraphView (SM2DGraphView)
- The graph view making the call.
- inLineIndex (NSUInteger)
- The zero based data line index to return.

A dictionary of attributes to use to draw the line; can return nil if default values are wanted.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)