TrendlineCollectionAdd Method |
Adds the new Trendline at the end of a collection and return it.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ITrendline Add(
TrendlineType trendlineType
)
Public Function Add (
trendlineType As TrendlineType
) As ITrendline
public:
virtual ITrendline^ Add(
TrendlineType trendlineType
) sealed
abstract Add :
trendlineType : TrendlineType -> ITrendline
override Add :
trendlineType : TrendlineType -> ITrendline Parameters
- trendlineType
- Type: Aspose.Slides.ChartsTrendlineType
Return Value
Type:
ITrendlineImplements
ITrendlineCollectionAdd(TrendlineType)
See Also