Click or drag to resize

TrendlineType Enumeration

Represents type of trend line

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum TrendlineType
Members
  Member nameValueDescription
Exponential0 Specifies the trendline shall be an exponential curve in the form.
Linear1 Specifies the trendline shall be a line in the form.
Logarithmic2 Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
MovingAverage3 Specifies the trendline shall be a moving average of period Period.
Polynomial4 Specifies the trendline shall be a polynomial curve of order Order in the form.
Power5 Specifies the trendline shall be a power curve in the form.
See Also