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


In This Topic
    Type Property (ITrendline)
    In This Topic
    Gets or sets a TrendlineType value that represents the trendline type.
    Syntax
    'Declaration
     
    Property Type As TrendlineType
    'Usage
     
    Dim instance As ITrendline
    Dim value As TrendlineType
     
    instance.Type = value
     
    value = instance.Type
    TrendlineType Type {get; set;}
    See Also