ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / MovingAverage Class / Period Property

In This Topic
    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