Skip to main content

CustomAggregateFunction Class

The base class for a custom aggregate function callback.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class CustomAggregateFunction :
    ICustomAggregateFunction

Remarks

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

Inheritance

Object
CustomAggregateFunction
See Also