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). Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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
Remarks
Setting this property to true automatically turns on data labels.