Intersoft ClientUI Documentation
OnSeriesHostPropertyChanged Method (ColumnBarSeriesBase)



The old value of the series host property.
The new value of the series host property.
Redraw other column series when removed from a series host.
Syntax
Protected Overrides Sub OnSeriesHostPropertyChanged( _
   ByVal oldValue As ISeriesHost, _
   ByVal newValue As ISeriesHost _
) 
Dim instance As ColumnBarSeriesBase
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 old value of the series host property.
newValue
The new value of the series host property.
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