intercept property

intercept property

Returns or sets the point where the trendline crosses the value axis.

Definition:

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

See Also