Trendline.DisplayEquation Property
true if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property DisplayEquation As Boolean
Get
Set
'Usage
Dim instance As Trendline
Dim value As Boolean
value = instance.DisplayEquation
instance.DisplayEquation = value
bool DisplayEquation { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting this property to true automatically enables data labels.