DxChartXYSeries<T, TArgument, TValue, TAggregate>.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#
[Parameter]
[Obsolete("This property is obsolete now. Use the SummaryMethod property instead")]
[Browsable(false)]
public Func<IEnumerable<TAggregate>, TAggregate> AggregationMethod { get; set; }
#Property Value
Type | Description |
---|---|
Func<IEnumerable<TAggregate>, TAggregate> | A method defined by the Func |
#Remarks
This property is obsolete. Use the SummaryMethod instead.
See Also