DataManipulator::Filter Method
Filters the data points from one or more series.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Filter(CompareMethod, Double, Series^) | Filters data points in a series by applying a filtering rule to the first Y-value of each data point. The Series object that is filtered also stores the modified data. |
![]() | Filter(CompareMethod, Double, Series^, Series^) | Filters the data points in a series by applying a filtering rule to the first Y-value of each of the data points. |
![]() | Filter(CompareMethod, Double, Series^, Series^, String^) | Filters the data points in a series by applying a filtering rule to the specified data point values for comparison. |
![]() | Filter(CompareMethod, Double, String^) | Filters one or more series by applying a filtering rule to the first Y-value of the data points in the first series. The filtered Series objects are used to store the modified data. |
![]() | Filter(CompareMethod, Double, String^, String^) | Filters one or more series by applying a filtering rule to the first Y-value of each of the data points in the first series. |
![]() | Filter(CompareMethod, Double, String^, String^, String^) | Filters one or more series by applying a filtering rule to the specified data point values in the first series. |
![]() | Filter(DateRangeType, String^, Series^) | Filters the data points in a series, either by removing the specified points or by marking them as empty for the specified date/time ranges. The Series object that is filtered is used to store the modified data. |
![]() | Filter(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. |
![]() | Filter(DateRangeType, String^, String^) | Filters the data points of one or more series, either by removing the specified points or by marking them as empty for the given date/time ranges. The filtered Series objects are used to store the modified data. |
![]() | Filter(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. |
![]() | Filter(IDataPointFilter^, Series^) | Performs custom filtering on the data points in a series. The Series object that is filtered also stores the modified data. |
![]() | Filter(IDataPointFilter^, Series^, Series^) | Performs custom filtering on the data points in a series. |
![]() | Filter(IDataPointFilter^, String^) | |
![]() | Filter(IDataPointFilter^, String^, String^) | Performs custom filtering on the data points in one or more series, based on the points of the first series. |
