DataPoint.IsEmpty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,這個旗標表示資料點是否標記為空白。
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
屬性值
如果資料點已標記為空白點則為 true
,否則為 false
。 預設值是 false
。
- 屬性
備註
將此屬性設定為 true
,以將資料點標示為空白點。
或者,類別中的 DataManipulator 其中 InsertEmptyPoints
一個方法可用來將遺漏的資料標示為空白點。
屬性 EmptyPointStyle 會決定如何顯示空白點。