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


In This Topic
    Order Property (ITrendline)
    In This Topic
    Gets or sets a value that represents the trendline order (an integer greater than 1) when the trendline type is TrendlineType.Polynomial.
    Syntax
    'Declaration
     
    Property Order As Integer
    'Usage
     
    Dim instance As ITrendline
    Dim value As Integer
     
    instance.Order = value
     
    value = instance.Order
    int Order {get; set;}
    See Also