MonobjcMonobjc Documented Class Library
NumberOfLinesInTwoDGraphView Method (inGraphView)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDataSourceNumberOfLinesInTwoDGraphView(SM2DGraphView)

Original signature is '- (NSUInteger)numberOfLinesInTwoDGraphView:(SM2DGraphView *)inGraphView;'

Declaration Syntax
C#Visual BasicVisual C++
NSUInteger NumberOfLinesInTwoDGraphView(
	SM2DGraphView inGraphView
)
Function NumberOfLinesInTwoDGraphView ( _
	inGraphView As SM2DGraphView _
) As NSUInteger
NSUInteger NumberOfLinesInTwoDGraphView(
	SM2DGraphView^ inGraphView
)
Parameters
inGraphView (SM2DGraphView)
The graph view making the call.
Return Value
Should return the number of data lines to graph.
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)