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


Indicates that data points are only marked as empty when filtering, otherwise they are removed from the series.

Syntax

Visual Basic (Declaration)  
Public Property FilterSetEmptyPoints As Boolean
Visual Basic (Usage) Copy Code
Dim instance As DataManipulator
Dim value As Boolean
 
instance.FilterSetEmptyPoints = value
 
value = instance.FilterSetEmptyPoints
C#  
public bool FilterSetEmptyPoints {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