The X-value
The Y-value
The Z-value
Append(TX,TY,TZ) Method
Appends a single X, Y0, Y1 point to the series, automatically triggering a redraw
Syntax
public virtual void Append( 
   TX x,
   TY y,
   TZ z
)

Parameters

x
The X-value
y
The Y-value
z
The Z-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