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


In This Topic
    Backward Property
    In This Topic
    Gets or sets the number of periods (or units on a scatter chart) that the trendline extends backward.
    Syntax
    'Declaration
     
    Property Backward As Double
    'Usage
     
    Dim instance As ITrendline
    Dim value As Double
     
    instance.Backward = value
     
    value = instance.Backward
    double Backward {get; set;}
    See Also