Intersoft ClientUI Documentation
OnInternalDependentAxisPropertyChanged Method



Old value.
New value.
DependentAxisProperty property changed handler.
Syntax
Protected Overridable Sub OnInternalDependentAxisPropertyChanged( _
   ByVal oldValue As IAxis, _
   ByVal newValue As IAxis _
) 
Dim instance As DataPointSeriesWithAxes
Dim oldValue As IAxis
Dim newValue As IAxis
 
instance.OnInternalDependentAxisPropertyChanged(oldValue, newValue)
protected virtual void OnInternalDependentAxisPropertyChanged( 
   IAxis oldValue,
   IAxis newValue
)
protected:
virtual void OnInternalDependentAxisPropertyChanged( 
   IAxis^ oldValue,
   IAxis^ newValue
) 

Parameters

oldValue
Old value.
newValue
New 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