Intersoft ClientUI Documentation
UpdateDataPoints Method (DataPointSeries)



A sequence of data points to update.
Updates the visual representation of all data points in the plot area.
Syntax
Protected Overridable Sub UpdateDataPoints( _
   ByVal dataPoints As IEnumerable(Of IDataPoint) _
) 
Dim instance As DataPointSeries
Dim dataPoints As IEnumerable(Of IDataPoint)
 
instance.UpdateDataPoints(dataPoints)
protected virtual void UpdateDataPoints( 
   IEnumerable<IDataPoint> dataPoints
)
protected:
virtual void UpdateDataPoints( 
   IEnumerable<IDataPoint^>^ dataPoints
) 

Parameters

dataPoints
A sequence of data points to update.
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

Reference

DataPointSeries Class
DataPointSeries Members

Send Feedback