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). 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 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
Boolean

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace