Class ChartAggregateFunction
Allows aggregate functions to use enumerable expression from DataPointBinding.
Inheritance
System.Object
ChartAggregateFunction
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ChartAggregateFunction : EnumerableSelectorAggregateFunction, INotifyPropertyChanged
Constructors
ChartAggregateFunction()
Declaration
protected ChartAggregateFunction()
Methods
CreateAggregateExpression(Expression)
Creates the aggregate expression that is used for constructing expression tree that will calculate the aggregate result.
Declaration
public override Expression CreateAggregateExpression(Expression enumerableExpression)
Parameters
System.Linq.Expressions.Expression
enumerableExpression
The grouping expression. |
Returns
System.Linq.Expressions.Expression
Expression tree, which will calculate the aggregate result. |