Axis.IsMarginVisible 속성

정의

축에 여백을 추가할지 여부를 결정하는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

차트 영역의 테두리와 첫 번째 또는 마지막 데이터 요소 사이에 공백이 추가되면 true입니다.

특성

적용 대상