Intersoft ClientUI Documentation
LoadDataPoints Method



The items to load.
The items to remove.
Updates data points collection with items retrieved from items source and removes the old items.
Syntax
Protected Sub LoadDataPoints( _
   ByVal newItems As IEnumerable, _
   ByVal oldItems As IEnumerable _
) 
Dim instance As DataPointSeries
Dim newItems As IEnumerable
Dim oldItems As IEnumerable
 
instance.LoadDataPoints(newItems, oldItems)
protected void LoadDataPoints( 
   IEnumerable newItems,
   IEnumerable oldItems
)
protected:
void LoadDataPoints( 
   IEnumerable^ newItems,
   IEnumerable^ oldItems
) 

Parameters

newItems
The items to load.
oldItems
The items to remove.
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