共用方式為


ElementPosition.Height 屬性

定義

取得或設定圖表項目的高度。

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

屬性值

Single

float 值,表示圖表項目的高度。

屬性

備註

一律使用相對座標。 如果您將值設定為0-100 圖元範圍以外的值,則會擲回例外狀況。

適用於