다음을 통해 공유


DataPoint.IsEmpty 속성

정의

데이터 요소를 빈 상태로 표시할지 여부를 나타내는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

요소를 빈 요소로 표시하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

데이터 요소를 빈 지점으로 표시하도록 true 이 속성을 설정합니다.

또는 클래스의 InsertEmptyPoints 메서드 DataManipulator 중 하나를 사용하여 누락된 데이터를 빈 지점으로 표시할 수 있습니다.

속성은 EmptyPointStyle 빈 점이 표시되는 방법을 결정합니다.

적용 대상