Period Property (MovingAverage)
In This Topic
Gets or sets the period of the moving average series. It should be set to integer value greater than 1.
Syntax
'Declaration
<C1DescriptionAttribute("MovingAverage.Period", "Gets or sets the period of the moving average series. It should be set to integer value greater than 1.")>
Public Property Period As Integer
[C1Description("MovingAverage.Period", "Gets or sets the period of the moving average series. It should be set to integer value greater than 1.")]
public int Period {get; set;}
See Also