InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>) Method
Inserts a collection of X, Y and Z points at the specified index, automatically triggering a redraw.
Syntax
void InsertRange( int startIndex, IEnumerable<TX> x, IEnumerable<TY> y, IEnumerable<TZ> z )
Parameters
- startIndex
- The index to insert at.
- x
- The X-values.
- y
- The Y-values.
- z
- The Z-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