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


Enterprise Edition Only Feature. Gets or sets a value that determines if points filtered by the Filter or FilterTopN methods are removed or marked as empty.
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;}

Return Value

If true filtered points are marked as empty, otherwise they are removed. Defaults to false.

Remarks

If this property is set to true then all points that are filtered using the Filter or FilterTopN methods are marked as empty, otherwise they are removed from the Series object that stores the filtered data.

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.