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)。

適用於