Compartir a través de


DataManipulator.FilterSetEmptyPoints Propiedad

Definición

Obtiene o establece una marca que indica si los puntos filtrados por los métodos Filter o FilterTopN se van a quitar o a marcar como vacíos.

public:
 property bool FilterSetEmptyPoints { bool get(); void set(bool value); };
public bool FilterSetEmptyPoints { get; set; }
member this.FilterSetEmptyPoints : bool with get, set
Public Property FilterSetEmptyPoints As Boolean

Valor de propiedad

Boolean

Es true si los puntos filtrados se marcarán como vacíos; es false si se quitarán. El valor predeterminado es false.

Se aplica a