InsertRange Method (XyzDataSeries3D<TX,TY,TZ>)
Inserts a collection of X, Y and Z points at the specified index, automatically triggering a redraw
Syntax
public virtual void InsertRange( int startIndex, IEnumerable<TX> x, IEnumerable<TY> y, IEnumerable<TZ> z, IEnumerable<IPointMetadata3D> w )
Parameters
- startIndex
- The index to insert at
- x
- The X-values
- y
- The Y-values
- z
- The Z-values
- w
- The W-values, which contains metadata about the point
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