Intersoft ClientUI Documentation
OnPlotAreaChanged Method (DataPointSeries)



The previous plot area.
The new plot area.
Removes items from the existing plot area and adds items to new plot area.
Syntax
Protected Overridable Sub OnPlotAreaChanged( _
   ByVal oldValue As Panel, _
   ByVal newValue As Panel _
) 
Dim instance As DataPointSeries
Dim oldValue As Panel
Dim newValue As Panel
 
instance.OnPlotAreaChanged(oldValue, newValue)
protected virtual void OnPlotAreaChanged( 
   Panel oldValue,
   Panel newValue
)
protected:
virtual void OnPlotAreaChanged( 
   Panel^ oldValue,
   Panel^ newValue
) 

Parameters

oldValue
The previous plot area.
newValue
The new plot area.
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

DataPointSeries Class
DataPointSeries Members

Send Feedback