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.v19.2.dll

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