Intersoft ClientUI Documentation
OnPlotAreaChanged Method (DataPointSingleSeriesWithAxes)



The old plot area.
The new plot area.
Insert grid containing data point used for legend item into the plot area.
Syntax
Protected Overrides Sub OnPlotAreaChanged( _
   ByVal oldValue As Panel, _
   ByVal newValue As Panel _
) 
Dim instance As DataPointSingleSeriesWithAxes
Dim oldValue As Panel
Dim newValue As Panel
 
instance.OnPlotAreaChanged(oldValue, newValue)
protected override void OnPlotAreaChanged( 
   Panel oldValue,
   Panel newValue
)
protected:
void OnPlotAreaChanged( 
   Panel^ oldValue,
   Panel^ newValue
) override 

Parameters

oldValue
The old 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

DataPointSingleSeriesWithAxes Class
DataPointSingleSeriesWithAxes Members

Send Feedback