display_equation property

display_equation property

Represents 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.

Definition:

@property
def display_equation(self):
    ...
@display_equation.setter
def display_equation(self, value):
    ...

See Also