Intersoft.Client.UI.DataVisualization Namespace > DataPointSeries Class : OnDataPointsChanged Method |
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 )
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