Share via


DataManipulator.FilterSetEmptyPoints Propiedad

Definición

Obtiene o establece una marca que indica si los puntos filtrados por los Filter métodos o FilterTopN se quitarán o marcarán 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

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