DxChartCommonSeries<T, TGroup, TValue, TArgument>.AggregationMethod Property
In This Article
OBSOLETE
This property is obsolete now. Use the Summary
Specifies the method that calculates summaries for points with the same argument value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the SummaryMethod instead.")]
[Parameter]
public Func<IEnumerable<TValue>, TValue> AggregationMethod { get; set; }
#Property Value
Type | Description |
---|---|
Func<IEnumerable<TValue>, TValue> | A method defined by the Func |
#Remarks
This property is obsolete. Use the SummaryMethod instead.
See Also