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

속성 값

Single

차트 요소의 높이를 나타내는 float 값입니다.

특성

설명

상대 좌표를 항상 사용합니다. 0-100 외부 값을 설정 하면 픽셀 범위 예외가 throw 됩니다.

적용 대상