Intersoft ClientUI Documentation
OnSeriesHostPropertyChanged Method (DataPointSingleSeriesWithAxes)



The old series host value.
The new series host value.
When the series host property is set retrieves a style to use for all the data points.
Syntax
Protected Overrides Sub OnSeriesHostPropertyChanged( _
   ByVal oldValue As ISeriesHost, _
   ByVal newValue As ISeriesHost _
) 
Dim instance As DataPointSingleSeriesWithAxes
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 series host value.
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

DataPointSingleSeriesWithAxes Class
DataPointSingleSeriesWithAxes Members

Send Feedback