New to Telerik UI for WPFStart a free 30-day trial

Represents a function that returns the greatest item from a set of items.

Definition

Constructors

C#
public ChartMaxFunction()

Properties

Gets the name of the aggregate method on the ExtensionMethodsType that will be used for aggregation.

C#
protected override string AggregateMethodName { get; }
Property Value:

The name of the aggregate method that will be used.

Overrides: EnumerableAggregateFunctionBase.AggregateMethodName

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; }
Property Value:

The type of that holds the extension methods. The default value is Enumerable.

Overrides: EnumerableAggregateFunctionBase.ExtensionMethodsType