DataManipulator::Filter Method

.NET Framework (current version)
 

Filters the data points from one or more series.

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

NameDescription
System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(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.

System_CAPS_pubmethodFilter(IDataPointFilter^, Series^)

Performs custom filtering on the data points in a series. The Series object that is filtered also stores the modified data.

System_CAPS_pubmethodFilter(IDataPointFilter^, Series^, Series^)

Performs custom filtering on the data points in a series.

System_CAPS_pubmethodFilter(IDataPointFilter^, String^)

Performs custom filtering on the data points in one or more Series, based on the points in the first series. The filtered Series objects also store the modified data.

System_CAPS_pubmethodFilter(IDataPointFilter^, String^, String^)

Performs custom filtering on the data points in one or more series, based on the points of the first series.

Return to top
Show: