The X value.
The Open value.
The High value.
The Low value.
The Close value.
Append(TX,TY,TY,TY,TY) Method
Appends an Open, High, Low, Close point to the series.
Syntax
void Append( 
   TX x,
   TY open,
   TY high,
   TY low,
   TY close
)

Parameters

x
The X value.
open
The Open value.
high
The High value.
low
The Low value.
close
The Close 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