Intersoft ClientUI Documentation
OnDataPointsChanged Method (DataPointSeries)



New active data points.
Old inactive data points.
Called after data points have been loaded from the items source.
Syntax
Protected Overridable Sub OnDataPointsChanged( _
   ByVal newDataPoints As IList(Of IDataPoint), _
   ByVal oldDataPoints As IList(Of IDataPoint) _
) 
Dim instance As DataPointSeries
Dim newDataPoints As IList(Of IDataPoint)
Dim oldDataPoints As IList(Of IDataPoint)
 
instance.OnDataPointsChanged(newDataPoints, oldDataPoints)
protected virtual void OnDataPointsChanged( 
   IList<IDataPoint> newDataPoints,
   IList<IDataPoint> oldDataPoints
)
protected:
virtual void OnDataPointsChanged( 
   IList<IDataPoint^>^ newDataPoints,
   IList<IDataPoint^>^ oldDataPoints
) 

Parameters

newDataPoints
New active data points.
oldDataPoints
Old inactive data points.
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