Back to Devexpress

CustomAggregateFunction Class

wpf-devexpress-dot-xpf-dot-charts-e9e731fa.md

latest2.3 KB
Original Source

CustomAggregateFunction Class

The base class for a custom aggregate function callback.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class CustomAggregateFunction :
    ICustomAggregateFunction
vb
Public MustInherit Class CustomAggregateFunction
    Implements ICustomAggregateFunction

The following members return CustomAggregateFunction objects:

Remarks

See the Data Aggregation: Create a Custom Aggregate Function section for more information.

Inheritance

Object CustomAggregateFunction

See Also

CustomAggregateFunction Members

DevExpress.Xpf.Charts Namespace