The index at which to update.
The new Y0-value.
The new Y1-value.
The new metadata value.
Update(Int32,TY,TY,IPointMetadata) Method
Updates (overwrites) the X,Y0,Y1,Metadata values at the specified index. Automatically triggers a redraw.
Syntax
public virtual void Update( 
   int index,
   TY y0,
   TY y1,
   IPointMetadata metadata
)

Parameters

index
The index at which to update.
y0
The new Y0-value.
y1
The new Y1-value.
metadata
The new metadata value.
Exceptions
ExceptionDescription
Thrown if the x value is not in the DataSeries.
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