AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
docs/model/Trendline.md view on Meta::CPAN
# AsposeCellsCloud::Object::Trendline
## Load the model package
```perl
use AsposeCellsCloud::Object::Trendline;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**link** | **Link** | The class has a property named "link" of type "Link" that can be accessed and modified. |
**Backward** | **double** | 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 or equal to zero. If the ch...
**DataLabels** | **DataLabels** | Represents the DataLabels object for the specified series. |
**DisplayEquation** | **boolean** | Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels. |
**DisplayRSquared** | **boolean** | Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels. |
**Forward** | **double** | Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero. |
**Intercept** | **double** | Returns or sets the point where the trendline crosses the value axis. |
**IsNameAuto** | **boolean** | Returns if Microsoft Excel automatically determines the name of the trendline. |
**LegendEntry** | **LegendEntry** | Gets the legend entry according to this trendline |
**Name** | **string** | Returns the name of the trendline. |
**Order** | **int** | Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6. |
**Period** | **int** | Returns or sets the period for the moving-average trendline. |
**Type** | **string** | Returns the trendline type. |
**BeginArrowLength** | **string** | |
**BeginArrowWidth** | **string** | |
**BeginType** | **string** | |
**CapType** | **string** | |
**Color** | **Color** | |
**CompoundType** | **string** | |
**DashType** | **string** | |
**EndArrowLength** | **string** | |
**EndArrowWidth** | **string** | |
**EndType** | **string** | |
**GradientFill** | **GradientFill** | |
**IsAuto** | **boolean** | |
**IsAutomaticColor** | **boolean** | |
**IsVisible** | **boolean** | |
**JoinType** | **string** | |
**Style** | **string** | |
**Transparency** | **double** | |
**Weight** | **string** | |
**WeightPt** | **double** | |
[[Back to Model list]](../DeveloperGuide.md#model-reference)
[[Back to README]](../../README.md)
( run in 0.693 second using v1.01-cache-2.11-cpan-9581c071862 )