[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.TrendlineType

TrendlineType Enum

Represents all types of trendline which are available for series in a chart.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum TrendlineType
Public Enum TrendlineType

Fields

Name Description
Exponential

The trendline shall be an exponential curve in the form.

Linear

The trendline shall be a line in the form.

Logarithmic

The trendline shall be a logarithmic curve in the form , where log is the natural logarithm.

MovingAverage

The trendline shall be a moving average of period Period.

Polynomial

The trendline shall be a polynomial curve of order Order in the form +.

Power

The trendline shall be a power curve in the form.