MonobjcMonobjc Documented Class Library
AddDataPointToLineIndex Method (inPoint, inLineIndex)
NamespacesMonobjc.SM2DGraphViewSM2DGraphViewAddDataPointToLineIndex(NSPoint, NSUInteger)

Original signature is '- (void)addDataPoint:(NSPoint)inPoint toLineIndex:(NSUInteger)inLineIndex;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddDataPointToLineIndex(
	NSPoint inPoint,
	NSUInteger inLineIndex
)
Public Overridable Sub AddDataPointToLineIndex ( _
	inPoint As NSPoint, _
	inLineIndex As NSUInteger _
)
public:
virtual void AddDataPointToLineIndex(
	NSPoint inPoint, 
	NSUInteger inLineIndex
)
Parameters
inPoint (NSPoint)
A point to add to the end of the line's data.
inLineIndex (NSUInteger)
The zero based index of the line to add to.
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)