Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ITrendline Interface / Period Property


In This Topic
    Period Property
    In This Topic
    Gets or sets the period for the moving-average trendline. Can be a value from 2 through 255.
    Syntax
    'Declaration
     
    Property Period As Integer
    'Usage
     
    Dim instance As ITrendline
    Dim value As Integer
     
    instance.Period = value
     
    value = instance.Period
    int Period {get; set;}
    See Also