Intersoft ClientUI Documentation
UpdateDataPoints Method (BubbleSeries)



The data points to update.
Ensure that if any data points are updated, all data points are updated.
Syntax
Protected Overrides Sub UpdateDataPoints( _
   ByVal dataPoints As IEnumerable(Of IDataPoint) _
) 
Dim instance As BubbleSeries
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
The 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

BubbleSeries Class
BubbleSeries Members

Send Feedback