TrendlineBackward Property |
Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward.
The number of periods must be greater than and equal to zero.
If the chart type is column ,the number of periods must be between 0 and 0.5
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic double Backward { get; set; }
Public Property Backward As Double
Get
Set
public:
property double Backward {
double get ();
void set (double value);
}
member Backward : float with get, set
Property Value
Type:
Double
See Also