add method

add

Adds the new Trendline at the end of a collection and return it.

def add(self, trendline_type):
    ...
ParameterTypeDescription
trendline_typeTrendlineType

See Also