Margins コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Margins クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| Margins() |
Margins クラスの新しいインスタンスを初期化します。 |
| Margins(Int32, Int32, Int32, Int32) |
余白の上、下、左右の座標を指定して、 Margins クラスの新しいインスタンスを初期化します。 |
Margins()
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
右余白
注釈
凡例セルに使用すると、余白は凡例のフォント サイズに対する割合として測定されます。