共用方式為


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

右邊界。

備註

用於圖例儲存格時,邊界會以圖例字型大小的百分比來測量。

適用於