backward property

backward property

Specifies the number of categories (or units on a scatter chart) that the trend line extends before the data for the series that is being trended. On scatter and non-scatter charts, the value shall be any nonnegative value. Read/write float.

Definition:

@property
def backward(self):
    ...

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

See Also