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.

Namespace:  C1.Silverlight.Chart.Extended
Assembly:  C1.Silverlight.Chart.Extended (in C1.Silverlight.Chart.Extended.dll)

Syntax

C#
public int Period { get; set; }
Visual Basic
Public Property Period As Integer
	Get
	Set

See Also