ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / MovingAverage Class / Period Property


In This Topic
    Period Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Property Period As Integer
    'Usage
     
    
    Dim instance As MovingAverage
    Dim value As Integer
     
    instance.Period = value
     
    value = instance.Period
    public int Period {get; set;}
    See Also