The index to insert at
The X value
The Open value
The High value
The low value
The close value
The metadata value.
Insert(Int32,TX,TY,TY,TY,TY,IPointMetadata) Method
Inserts an Open, High, Low, Close point at the specified index
Syntax
public virtual void Insert( 
   int index,
   TX x,
   TY open,
   TY high,
   TY low,
   TY close,
   IPointMetadata metadata
)

Parameters

index
The index to insert at
x
The X value
open
The Open value
high
The High value
low
The low value
close
The close value
metadata
The metadata 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