API Reference

Enum

ExcelChartTrendlineType

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.

Inheritance

  • Enum
  • ExcelChartTrendlineType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelChartTrendlineType Exponential #

Represents the Open XML value exp.

Value: 0
public const ExcelChartTrendlineType Linear #

Represents the Open XML value linear.

Value: 1
public const ExcelChartTrendlineType Logarithmic #

Represents the Open XML value log.

Value: 2
public const ExcelChartTrendlineType MovingAverage #

Represents the Open XML value movingAvg.

Value: 3
public const ExcelChartTrendlineType Polynomial #

Represents the Open XML value poly.

Value: 4
public const ExcelChartTrendlineType Power #

Represents the Open XML value power.

Value: 5