Represents a filter which can filter data based on whether the data is below or above the average of the entire data range.
Inheritance
Properties
Section titled "Properties"Average
Section titled "Average"Gets the average that was computed the last time the filter was applied or 0 if any errors or all non-numeric values were found when applying the filter.
public double Average { get; } Gets or sets the value indicating whether to filter in values below or above the average of the data range.
public AverageFilterType Type { get; set; }