다음을 통해 공유


LabelStyle.IsEndLabelVisible 속성

정의

레이블이 축 끝에 표시되는지 여부를 결정하는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

레이블이 축 끝에 표시되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상