[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Extended.MovingAverage

MovingAverage Class

Represents moving average filter applied to the data.

Namespace: C1.WPF.C1Chart.Extended
Assembly: C1.WPF.C1Chart.Extended.4.6.2.dll
Syntax
public class MovingAverage : FunctionSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
MovingAverage()

Initializes a new instance of MovingAverage class.

Fields

Name Description
PeriodProperty

Identifies the PeriodProperty dependency property.

Properties

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.

Methods

Name Description
OnPeriodChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Called when period was changed.

ProcessValues(double[,])

Perform the processing of data values.

UpdateData()

Update plotted data values.