Add()

ITrendlineCollection::Add(TrendlineType) method

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

virtual System::SharedPtr<ITrendline> Aspose::Slides::Charts::ITrendlineCollection::Add(TrendlineType trendlineType)=0

Arguments

ParameterTypeDescription
trendlineTypeTrendlineTypeTrendline type TrendlineType

Return Value

New TrendlineITrendline

See Also