Indicates that data points are filtered when they match the criteria, otherwise they are filtered when they do not match the criteria.
Visual Basic (Declaration) | |
---|---|
Public Property FilterMatchedPoints As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool FilterMatchedPoints {get; set;} |
Return Value
If true points that match specified criteria are filtered. If false then points that do NOT match the criteria are filtered. True by default.
If this property is set to true then all points that match certain criteria defined in Filter function calls are filtered. If this is false then the points that do not match these criteria are filtered.
Not applied to the FilterTopN method.
Filtered points are either removed from the resulting data series or marked as empty, depending on the FilterSetEmptyPoints value.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family