ElementPosition.Bottom プロパティ

定義

グラフ要素の下端の位置を相対座標で取得します。

public:
 property float Bottom { float get(); };
[System.ComponentModel.Browsable(false)]
public float Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : single
Public ReadOnly Property Bottom As Single

プロパティ値

Single

グラフ要素の下端の位置を表す float 値。

属性

注釈

グラフ要素の下部は常に相対座標で表され、グラフ領域内にプロットされている場合は オブジェクトに対して相対的であり、グラフ領域要素の外側にプロットされている場合はグラフ イメージ全体に対して相対的です。 ChartArea

グラフの座標では、左上隅に (0,0)、右下隅に (100,100) を使用します。

適用対象