Intersoft ClientUI Documentation
UpdateDataPoints Method (DataPointSeriesWithAxes)



A sequence of data points to update.
Only updates all data points if series has axes.
Syntax
Protected Overrides Sub UpdateDataPoints( _
   ByVal dataPoints As IEnumerable(Of IDataPoint) _
) 
Dim instance As DataPointSeriesWithAxes
Dim dataPoints As IEnumerable(Of IDataPoint)
 
instance.UpdateDataPoints(dataPoints)
protected override void UpdateDataPoints( 
   IEnumerable<IDataPoint> dataPoints
)
protected:
void UpdateDataPoints( 
   IEnumerable<IDataPoint^>^ dataPoints
) override 

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

DataPointSeriesWithAxes Class
DataPointSeriesWithAxes Members

Send Feedback