共用方式為


ElementPosition.Y 屬性

定義

取得或設定適用的圖表項目左上角的 Y 座標。

public:
 property float Y { float get(); void set(float value); };
[System.ComponentModel.Bindable(true)]
public float Y { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Y : single with get, set
Public Property Y As Single

屬性值

float 值,表示適用的圖表項目左上角的 Y 座標。

屬性

備註

屬性 Y 一律以相對座標表示,如果繪製在圖表區域內,則為相對於 ChartArea 物件,或者如果繪製在圖表分區專案之外,則相對於整個圖表影像。

此屬性一律使用相對座標;如果您在 0-100 圖元範圍之外設定值,將會擲回例外狀況。

適用於