Dundas Chart for ASP.NET
FilterMatchedPoints Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataManipulator Class : FilterMatchedPoints Property


Enterprise Edition Only Feature. Gets or sets a value that determines if points are filtered if they match criteria that is specified in Filter method calls.
Indicates that data points are filtered when they match the criteria, otherwise they are filtered when they do not match the criteria.

Syntax

Visual Basic (Declaration)  
Public Property FilterMatchedPoints As Boolean
Visual Basic (Usage) Copy Code
Dim instance As DataManipulator
Dim value As Boolean
 
instance.FilterMatchedPoints = value
 
value = instance.FilterMatchedPoints
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.

Remarks

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.