バージョン

SetBounds(Int32,Int32,Int32,Int32) メソッド

チャートの外枠を設定して、内枠を再計算します。
シンタックス
'宣言
 
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
)

パラメータ

x
使用する矩形のX、または左座標。
y
使用する矩形のY、または上座標。
width
使用する矩形の幅。
height
使用する矩形の高さ。
参照