API Reference

Enum

PowerPointChartTrendlineType

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

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

Inheritance

  • Enum
  • PowerPointChartTrendlineType

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 PowerPointChartTrendlineType Exponential #

Represents the Open XML value exp.

Value: 0
public const PowerPointChartTrendlineType Linear #

Represents the Open XML value linear.

Value: 1
public const PowerPointChartTrendlineType Logarithmic #

Represents the Open XML value log.

Value: 2
public const PowerPointChartTrendlineType MovingAverage #

Represents the Open XML value movingAvg.

Value: 3
public const PowerPointChartTrendlineType Polynomial #

Represents the Open XML value poly.

Value: 4
public const PowerPointChartTrendlineType Power #

Represents the Open XML value power.

Value: 5