共用方式為


DataPoint.IsEmpty 屬性

定義

取得或設定旗標,這個旗標表示資料點是否標記為空白。

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

屬性值

如果資料點已標記為空白點則為 true,否則為 false。 預設值是 false

屬性

備註

將此屬性設定為 true ,將資料點標示為空點。

或者,類別中的 DataManipulator 其中 InsertEmptyPoints 一個方法可用來將遺漏的資料標示為空點。

屬性 EmptyPointStyle 會決定空白點的顯示方式。

適用於