display_r_squared_value property

display_r_squared_value property

Specifies that the R-squared value of the trendline is displayed on the chart (in the same label as the equation). Read/write bool.

Definition:

@property
def display_r_squared_value(self):
    ...

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

See Also