Returns the trendline type.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic TrendlineType Type { get; }
Public ReadOnly Property Type As TrendlineType
Get
public:
property TrendlineType Type {
TrendlineType get ();
}
member Type : TrendlineType with get
Property Value
Type:
TrendlineType
See Also