Margins コンストラクター

定義

Margins クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
Margins()

Margins クラスの新しいインスタンスを初期化します。

Margins(Int32, Int32, Int32, Int32)

余白の上、下、左右の座標を指定して、 Margins クラスの新しいインスタンスを初期化します。

Margins()

Margins クラスの新しいインスタンスを初期化します。

public:
 Margins();
public Margins();
Public Sub New ()

適用対象

Margins(Int32, Int32, Int32, Int32)

余白の上、下、左右の座標を指定して、 Margins クラスの新しいインスタンスを初期化します。

public:
 Margins(int top, int bottom, int left, int right);
public Margins(int top, int bottom, int left, int right);
new System.Windows.Forms.DataVisualization.Charting.Margins : int * int * int * int -> System.Windows.Forms.DataVisualization.Charting.Margins
Public Sub New (top As Integer, bottom As Integer, left As Integer, right As Integer)

パラメーター

top
Int32

上余白。

bottom
Int32

下余白。

left
Int32

左余白

right
Int32

右余白

注釈

凡例セルに使用すると、余白は凡例のフォント サイズに対する割合として測定されます。

適用対象