共用方式為


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

適用於