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


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