Class DateTimeMinFunction
Represents a function which calculates DateTime average.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class DateTimeMinFunction : EnumerableSelectorAggregateFunction, INotifyPropertyChanged
Constructors
DateTimeMinFunction()
Declaration
public DateTimeMinFunction()
Properties
AggregateMethodName
Gets the name of the aggregate method on the ExtensionMethodsType that will be used for aggregation.
Declaration
protected override string AggregateMethodName { get; }
Property Value
System.String
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.Linq.Enumerable or System.Linq.Queryable.
Declaration
protected override Type ExtensionMethodsType { get; }
Property Value
System.Type
The type of that holds the extension methods. The default value is System.Linq.Enumerable. |