ClassChartAggregateFunction
Class
Allows aggregate functions to use enumerable expression from DataPointBinding.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public abstract class ChartAggregateFunction : EnumerableSelectorAggregateFunction, INotifyPropertyChanged
Inheritance: objectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionChartAggregateFunction
Derived Classes:
Implements:
Inherited Members
Constructors
ChartAggregateFunction()
Declaration
cs-api-definition
protected ChartAggregateFunction()
Methods
CreateAggregateExpression(Expression)
Creates the aggregate expression that is used for constructing expression tree that will calculate the aggregate result.
Declaration
cs-api-definition
public override Expression CreateAggregateExpression(Expression enumerableExpression)
Parameters
enumerableExpression
The grouping expression.
Returns
Expression tree, which will calculate the aggregate result.
Overrides