2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / TrendLine Class / Period Property

In This Topic
    Period Property
    In This Topic
    Gets or sets the period of the TrendLine calculation.
    Syntax
    'Declaration
     
    Public Property Period As System.Integer
    public System.int Period {get; set;}
    Remarks
    This property is useful only for calculating a moving average TrendLine.
    See Also