InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
Inserts a collection of X, Y0 and Y1 points at the specified index, automatically triggering a redraw.
Syntax
public virtual void InsertRange( int startIndex, IEnumerable<TX> x, IEnumerable<TY> y0, IEnumerable<TY> y1, IEnumerable<IPointMetadata> metadata )
Parameters
- startIndex
- The index to insert at.
- x
- The X values.
- y0
- The Y0 values.
- y1
- The Y1 values.
- metadata
- The metadata values.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also