period property

period property

Specifies the period of the trend line for a moving average trend line. It is ignored for other trend line variants. Value must be between 2 and 255. Read/write int.

Definition:

@property
def period(self):
    ...

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

See Also