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


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