DataManipulator.FilterMatchedPoints Property

.NET Framework (current version)
 

Gets or sets a value that determines whether points are filtered if they match criteria specified in arguments in the Filter methods of this class.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member FilterMatchedPoints : bool with get, set

Property Value

Type: System.Boolean

true if points that match specified criteria are filtered; false if points that do not match the criteria are filtered. The default value is true.

.NET Framework
Available since 4.0
Return to top
Show: