ElementPosition.Y 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定適用的圖表項目左上角的 Y 座標。
public:
property float Y { float get(); void set(float value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public float Y { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Y : single with get, set
Public Property Y As Single
屬性值
float
值,表示適用的圖表項目左上角的 Y 座標。
- 屬性
備註
屬性 Y 一律會以相對座標表示,如果繪製在圖表區域內,則為相對於 ChartArea 物件,如果繪製在圖表分區元素之外,則為相對於整個圖表影像。
此屬性一律使用相對座標;如果您在 0-100 圖元範圍外設定值,則會擲回例外狀況。