Skip to main content

AxisScaleChangedEventArgs.AggregateFunctionChange Property

Returns information about aggregate function changes.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ValueChangeInfo<AggregateFunction> AggregateFunctionChange { get; }

Property Value

Type Description
ValueChangeInfo<AggregateFunction>

The aggregate function change info.

Remarks

Note that if the aggregate function is not changed, the ValueChangeInfo<T>.OldValue will be equal to ValueChangeInfo<T>.NewValue.

See Also