Trendline.DisplayEquation 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 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.
public:
property bool DisplayEquation { bool get(); void set(bool value); };
public bool DisplayEquation { get; set; }
member this.DisplayEquation : bool with get, set
Public Property DisplayEquation As Boolean
Property Value
Boolean