MonobjcMonobjc Documented Class Library
TwoDGraphViewAttributesForLineIndex Method (inGraphView, inLineIndex)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDataSourceTwoDGraphViewAttributesForLineIndex(SM2DGraphView, NSUInteger)

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

Declaration Syntax
C#Visual BasicVisual C++
NSDictionary TwoDGraphViewAttributesForLineIndex(
	SM2DGraphView inGraphView,
	NSUInteger inLineIndex
)
Function TwoDGraphViewAttributesForLineIndex ( _
	inGraphView As SM2DGraphView, _
	inLineIndex As NSUInteger _
) As NSDictionary
NSDictionary^ TwoDGraphViewAttributesForLineIndex(
	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
A dictionary of attributes to use to draw the line; can return nil if default values are wanted.
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)