Class TrendLine
Inheritance
System.Object
TrendLine
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
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