Table of Contents

Class ExcelChartTrendline

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
Magicodes.EPPlus.dll
public class ExcelChartTrendline : XmlHelper
Inheritance
ExcelChartTrendline
Inherited Members
Extension Methods

Properties

Backward

public decimal Backward { get; set; }

Property Value

decimal

DisplayEquation

public bool DisplayEquation { get; set; }

Property Value

bool

DisplayRSquaredValue

public bool DisplayRSquaredValue { get; set; }

Property Value

bool

Forward

public decimal Forward { get; set; }

Property Value

decimal

Intercept

public decimal Intercept { get; set; }

Property Value

decimal

Name

public string Name { get; set; }

Property Value

string

Order

public decimal Order { get; set; }

Property Value

decimal

Period

public decimal Period { get; set; }

Property Value

decimal

Type

public eTrendLine Type { get; set; }

Property Value

eTrendLine