Dundas.SharePoint.Charting.WebParts Send comments on this topic.
FilterMatchedPoints Property
See Also 
Dundas.Charting.WebControl Namespace > DataManipulator Class : FilterMatchedPoints Property


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;}

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