FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.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
     
    Public Property Period As Integer
    public int Period {get; set;}
    See Also