Version

SetBounds(Int32,Int32,Int32,Int32) Method

Sets the outer bounds of the chart and recalculates the inner bounds.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetBounds( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public virtual void SetBounds( 
   int x,
   int y,
   int width,
   int height
)

Parameters

x
The X, or left coordinate of the rectangle to use.
y
The Y, or top coordinate of the recangle to use.
width
The width of the rectangle to use.
height
The height of the rectangle to use.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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