Back to Devexpress

XYSeries.CustomAggregateFunction Property

wpf-devexpress-dot-xpf-dot-charts-dot-xyseries-332920ef.md

latest1.1 KB
Original Source

XYSeries.CustomAggregateFunction Property

Gets or sets the custom aggregate function callback that calculates the aggregated values.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public CustomAggregateFunction CustomAggregateFunction { get; set; }
vb
Public Property CustomAggregateFunction As CustomAggregateFunction

Property Value

TypeDescription
CustomAggregateFunction

The custom aggregate function callback.

|

See Also

XYSeries Class

XYSeries Members

DevExpress.Xpf.Charts Namespace