DataManipulator.FilterSetEmptyPoints Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether points filtered by the Filter or FilterTopN methods will be removed or marked as empty.

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

public bool FilterSetEmptyPoints { get; set; }

Property Value

Type: System.Boolean

true if filtered points will be marked as empty; false if they will be removed. The default value is false.

.NET Framework
Available since 4.0
Return to top
Show: