This topic has not yet been rated - Rate this topic

DataManipulator.FilterTopN Method

Filters all data points in one or more series except for a specified number of data points.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method FilterTopN(Int32, String) Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first series that have the largest first Y-values. The Series objects that are filtered are used to store the modified data.
Public method FilterTopN(Int32, Series) Filters out all data points in a series except for a specified number of points with the largest first Y-values. The Series object that is filtered is used to store the modified data.
Public method FilterTopN(Int32, String, String) Filters out data points in one or more series except for a specified number of points. The points that aren't filtered correspond to points in the first series that have the largest first Y-values.
Public method FilterTopN(Int32, Series, Series) Filters all data points in a series except for a specified number of points with the largest first Y-values.
Public method FilterTopN(Int32, String, String, String) Filters all data points in one or more series except for a specified number of data points. The points that are not filtered correspond to points in the first series that have the largest values.
Public method FilterTopN(Int32, Series, Series, String) Filters all data points in a series except for a specified number of data points with the largest values.
Public method FilterTopN(Int32, String, String, String, Boolean) Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first input series that have the largest or smallest values.
Public method FilterTopN(Int32, Series, Series, String, Boolean) Filters all data points in a series except for a specified number of points with the smallest or largest values.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.