DataManipulator.FilterSetEmptyPoints Property

Definition

Gets or sets a flag that indicates whether points filtered by the Filter or FilterTopN methods will be removed or marked as empty.

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

Property Value

true if filtered points will be marked as empty; false if they will be removed. The default value is false.

Applies to