DataManipulator.Filter Method (DateRangeType, String, String, String)
Filters the data points for one or more series, by either removing the specified points or by marking them as empty for the given date/time ranges.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
member Filter : dateRange:DateRangeType * rangeElements:string * inputSeriesNames:string * outputSeriesNames:string -> unit
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".
- inputSeriesNames
-
Type:
System.String
A comma-separated list of names of the Series to be filtered.
- outputSeriesNames
-
Type:
System.String
A comma-separated list of names of the Series that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown.
Available since 4.0