Trendline.DisplayRSquared Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DisplayRSquared As Boolean
    Get
    Set
'Usage
Dim instance As Trendline
Dim value As Boolean

value = instance.DisplayRSquared

instance.DisplayRSquared = value
bool DisplayRSquared { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace