ComponentOne Studio TrueChart for ASP.NET (C1WebChart2D) ヘルプ
SetMargins メソッド

C1.Win.C1Chart.4 アセンブリ > C1.Win.C1Chart 名前空間 > Margin クラス : SetMargins メソッド
左マージン。
上マージン。
右マージン。
下マージン。
すべての Margin プロパティを一度に設定します。
シンタックス
'宣言
 
Public Sub SetMargins( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
) 
public void SetMargins( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

パラメータ

left
左マージン。
top
上マージン。
right
右マージン。
bottom
下マージン。
参照

Margin クラス
Margin メンバ