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 确定空点的显示方式。

适用于