MemberLastFunction
Class
Represents a function that returns the last item from a set of items.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class MemberLastFunction : ChartAggregateFunction, INotifyPropertyChanged
Inheritance: objectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionChartAggregateFunctionMemberLastFunction...
Implements:
Inherited Members
Constructors
C#
public MemberLastFunction()
Properties
Gets the name of the aggregate method on the ExtensionMethodsType that will be used for aggregation.
C#
protected override string AggregateMethodName { get; }
The name of the aggregate method that will be used.
Overrides:
Gets the type of the extension methods that holds the extension methods for aggregation. For example Enumerable or Queryable.
C#
protected override Type ExtensionMethodsType { get; }
The type of that holds the extension methods. The default value is Enumerable.
Overrides: