Class ExcelChartTrendline
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A trendline object
public class ExcelChartTrendline : XmlHelper
- Inheritance
-
ExcelChartTrendline
- Inherited Members
Properties
Backward
Forcast backwards periods
public decimal Backward { get; set; }
Property Value
Border
Access to border properties
public ExcelDrawingBorder Border { get; }
Property Value
DisplayEquation
If to display the trendline equation on the chart
public bool DisplayEquation { get; set; }
Property Value
DisplayRSquaredValue
If to display the R-squared value for a trendline
public bool DisplayRSquaredValue { get; set; }
Property Value
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to fill properties
public ExcelDrawingFill Fill { get; }
Property Value
Forward
Forcast forward periods
public decimal Forward { get; set; }
Property Value
HasLbl
Return true if the trendline has labels.
public bool HasLbl { get; }
Property Value
Intercept
The point where the trendline crosses the vertical axis
public decimal Intercept { get; set; }
Property Value
Label
Trendline labels
public ExcelChartTrendlineLabel Label { get; }
Property Value
Name
Name in the legend
public string Name { get; set; }
Property Value
Order
Order for polynominal trendlines
public decimal Order { get; set; }
Property Value
Period
Period for monthly average trendlines
public decimal Period { get; set; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }
Property Value
Type
Type of Trendline
public eTrendLine Type { get; set; }