[]
Represents moving average filter applied to the data.
public class MovingAverage : FunctionSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| MovingAverage() | Initializes a new instance of MovingAverage class. |
| Name | Description |
|---|---|
| PeriodProperty | Identifies the PeriodProperty dependency property. |
| Name | Description |
|---|---|
| Period | Gets or sets the period of moving average. The period is the number of previous points used for calculating mean value at the current point. |
| Name | Description |
|---|---|
| OnPeriodChanged(DependencyObject, DependencyPropertyChangedEventArgs) | Called when period was changed. |
| ProcessValues(double[,]) | Perform the processing of data values. |
| UpdateData() | Update plotted data values. |