Class KeepExtremesFunction
Represents a function which keeps the extremes in the underlying data.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class KeepExtremesFunction : EnumerableSelectorAggregateFunction, INotifyPropertyChanged
Constructors
KeepExtremesFunction()
Declaration
public KeepExtremesFunction()
Properties
AggregateMethodName
Gets the name of the aggregate method on the Extension
Declaration
protected override string AggregateMethodName { get; }
Property Value
System. The name of the aggregate method that will be used. |
Overrides
ExtensionMethodsType
Gets the type of the extension methods that holds the extension methods for
aggregation. For example System.
Declaration
protected override Type ExtensionMethodsType { get; }
Property Value
System. The type of that holds the extension methods. The default value is System. |