Show / Hide Table of Contents

Enum eTrendLine

Type of Trendline for a chart

Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public enum eTrendLine

Fields

Name Description
Exponential

Specifies the trendline shall be an exponential curve in the form

Linear

Specifies the trendline shall be a logarithmic curve in the form , where log is the natural

Logarithmic

Specifies the trendline shall be a logarithmic curve in the form , where log is the natural

MovingAvgerage

Specifies the trendline shall be a moving average of period Period

Polynomial

Specifies the trendline shall be a polynomial curve of order Order in the form

Power

Specifies the trendline shall be a power curve in the form

Extension Methods

EnumExtensions.AsString()
Back to top Generated by DocFX