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


In This Topic
    DisplayEquation Property
    In This Topic
    Gets or sets a value indicating whether the equation for the trendline is displayed on the chart (in the same data label as the R-squared value).
    Syntax
    'Declaration
     
    Property DisplayEquation As Boolean
    'Usage
     
    Dim instance As ITrendline
    Dim value As Boolean
     
    instance.DisplayEquation = value
     
    value = instance.DisplayEquation
    bool DisplayEquation {get; set;}
    See Also