The index to insert at
The X-value
The Y0-value
The Y1-value
Insert Method (IXyyDataSeries<TX,TY>)
Inserts an X, Y0, Y1 point at the specified index. Automatically triggers a redraw
Syntax
void Insert( 
   int index,
   TX x,
   TY y0,
   TY y1
)

Parameters

index
The index to insert at
x
The X-value
y0
The Y0-value
y1
The Y1-value
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