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.Web.UI.DataVisualization.Charting.Margins : int * int * int * int -> System.Web.UI.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

右端余白。

注釈

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

適用対象