display_equation property

display_equation property

Specifies that the equation for the trendline is displayed on the chart (in the same label as the Rsquaredvalue). Read/write bool.

Definition:

@property
def display_equation(self):
    ...

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

See Also