DataManipulator.Filter Method (DateRangeType, String, Series, Series)
Filters the data points in a series, either by removing the specified points or by marking them as empty for the given date/time ranges.
Namespace: System.Web.UI.DataVisualization.Charting
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
public void Filter( DateRangeType dateRange, string rangeElements, Series inputSeries, Series outputSeries )
Parameters
- dateRange
- Type: System.Web.UI.DataVisualization.Charting.DateRangeType
A DateRangeType enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered.
- rangeElements
- Type: System.String
Specifies the elements within the date/time range designated by the dateRange parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11".
- inputSeries
- Type: System.Web.UI.DataVisualization.Charting.Series
The Series object to be filtered.
- outputSeries
- Type: System.Web.UI.DataVisualization.Charting.Series
A Series object that stores the filtered data. If the series does not exist, an exception will be thrown.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.