Intersoft ClientUI Documentation
PlotAreaSize Property



Gets the size of the plot area.
Syntax
Protected Property PlotAreaSize As Size
Dim instance As DataPointSeries
Dim value As Size
 
instance.PlotAreaSize = value
 
value = instance.PlotAreaSize
protected Size PlotAreaSize {get; set;}
protected:
property Size PlotAreaSize {
   Size get();
   void set (    Size value);
}
Remarks
Use this method instead of PlotArea.ActualWidth/ActualHeight because the ActualWidth and ActualHeight properties are set after the SizeChanged handler runs.
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