ElementPosition.Height 属性

定义

获取或设置图表元素的高度。

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

属性值

一个 float 表示图表元素高度的值。

属性

注解

始终使用相对坐标。 如果在 0-100 像素范围之外设置值,则会引发异常。

适用于