SeriesTrendLines Property |
Returns an object that represents a collection of all the trendlines for the series.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic TrendlineCollection TrendLines { get; }
Public ReadOnly Property TrendLines As TrendlineCollection
Get
public:
property TrendlineCollection^ TrendLines {
TrendlineCollection^ get ();
}
member TrendLines : TrendlineCollection with get
Property Value
Type:
TrendlineCollection
See Also