backward property

backward property

Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart type is column ,the number of periods must be between 0 and 0.5

Definition:

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

See Also