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 像素范围以外的值,则会引发异常。

适用于