intercept property
intercept property
Specifies the value where the trendline shall cross the y axis. This property shall be supported only when the trendline type is exp, linear, or poly. Read/write float.
Definition:
@property
def intercept(self):
    ...
@intercept.setter
def intercept(self, value):
    ...
See Also
- class Trendline
- module aspose.slides.charts
- library Aspose.Slides