Class ExcelChartTrendline
A trendline object
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelChartTrendline : XmlHelper
Properties
Backward
Forcast backwards periods
Declaration
public decimal Backward { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
DisplayEquation
Display the trendline equation on the chart
Declaration
public bool DisplayEquation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DisplayRSquaredValue
Display the R-squared value for a trendline
Declaration
public bool DisplayRSquaredValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Forward
Forcast forward periods
Declaration
public decimal Forward { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Intercept
Specify the point where the trendline crosses the vertical axis
Declaration
public decimal Intercept { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Name
Name in the legend
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Order
Order for polynominal trendlines
Declaration
public decimal Order { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Period
Period for monthly average trendlines
Declaration
public decimal Period { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Type
Type of Trendline
Declaration
public eTrendLine Type { get; set; }
Property Value
Type | Description |
---|---|
eTrendLine |