Show / Hide Table of Contents

Class TrendLine

Inheritance
System.Object
Line
ChartLine
TrendLine
Inherited Members
ChartLine.ChartLineType
ChartLine.OnTypeChanged()
Line.type
Line.Type
Line.Color
Line.AutomaticColor
Line.DrawingColor
Line.Transparency
Line.Gradient
Line.DashType
Line.CompoundType
Line.CapType
Line.JoinType
Line.BeginArrowType
Line.BeginArrowSize
Line.EndArrowType
Line.EndArrowSize
Line.WidthPoints
Line.WidthEmu
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TrendLine : ChartLine

Properties

Backward

Declaration
public double Backward { get; set; }
Property Value
Type Description
System.Double

DisplayEquationOnChart

Declaration
public bool DisplayEquationOnChart { get; set; }
Property Value
Type Description
System.Boolean

DisplayRSquaredValueOnChart

Declaration
public bool DisplayRSquaredValueOnChart { get; set; }
Property Value
Type Description
System.Boolean

Forward

Declaration
public double Forward { get; set; }
Property Value
Type Description
System.Double

Intercept

Declaration
public double Intercept { get; set; }
Property Value
Type Description
System.Double

IsDefault

Declaration
public bool IsDefault { get; }
Property Value
Type Description
System.Boolean

Label

Declaration
public TrendlineLabel Label { get; set; }
Property Value
Type Description
TrendlineLabel

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Order

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32

Period

Declaration
public int Period { get; set; }
Property Value
Type Description
System.Int32

TrendlineType

Declaration
public TrendlineType TrendlineType { get; set; }
Property Value
Type Description
TrendlineType
Back to top Generated by DocFX