Intersoft ClientUI Documentation
OnDataPointsChanged Method (ColumnBarSeriesBase)



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

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

ColumnBarSeriesBase Class
ColumnBarSeriesBase Members

Send Feedback