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

プロパティ値

グラフ要素の下部の相対位置を表す float 値。

属性

注釈

グラフ要素の下部は常に相対座標で表され、グラフエリア内にプロットされた場合は ChartArea オブジェクトを基準に、グラフエリア要素の外側にプロットされた場合はグラフイメージ全体に対して相対的になります。

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

適用対象