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)、右下隅の場合は (100100) を使用します。

適用対象