Share via


DataPoint.IsEmpty Proprietà

Definizione

Ottiene o imposta un flag che indica se il punto dati è contrassegnato come vuoto.

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

Valore della proprietà

true se il punto è contrassegnato come un punto vuoto. In caso contrario false. Il valore predefinito è false.

Attributi

Commenti

Impostare questa proprietà su true per contrassegnare un punto dati come punto vuoto.

In alternativa, uno dei metodi della DataManipulator classe può essere usato per contrassegnare i InsertEmptyPoints dati mancanti come punti vuoti.

La EmptyPointStyle proprietà determina la modalità di visualizzazione dei punti vuoti.

Si applica a