Trendline.DisplayRSquared Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels. Read/write Boolean.
public:
property bool DisplayRSquared { bool get(); void set(bool value); };
public bool DisplayRSquared { get; set; }
member this.DisplayRSquared : bool with get, set
Public Property DisplayRSquared As Boolean
Property Value
Boolean