Intersoft ClientUI Documentation
OnSeriesHostPropertyChanged Method (DataPointSeriesWithAxes)



The value to be replaced.
The new series host value.
Called when the value of the SeriesHost property changes.
Syntax
Protected Overrides Sub OnSeriesHostPropertyChanged( _
   ByVal oldValue As ISeriesHost, _
   ByVal newValue As ISeriesHost _
) 
Dim instance As DataPointSeriesWithAxes
Dim oldValue As ISeriesHost
Dim newValue As ISeriesHost
 
instance.OnSeriesHostPropertyChanged(oldValue, newValue)
protected override void OnSeriesHostPropertyChanged( 
   ISeriesHost oldValue,
   ISeriesHost newValue
)
protected:
void OnSeriesHostPropertyChanged( 
   ISeriesHost^ oldValue,
   ISeriesHost^ newValue
) override 

Parameters

oldValue
The value to be replaced.
newValue
The new series host value.
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

DataPointSeriesWithAxes Class
DataPointSeriesWithAxes Members

Send Feedback