Add

ITrendlineCollection.Add method

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

public ITrendline Add(TrendlineType trendlineType)
ParameterTypeDescription
trendlineTypeTrendlineTypeTrendline type TrendlineType

Return Value

New Trendline ITrendline

See Also