forward property

forward property

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

Definition:

@property
def forward(self):
    ...

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

See Also