Skip to main content
A newer version of this page is available. .

CustomAggregateFunction Class

The base class for a custom aggregate function callback.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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