TrendlineChartSeries Class Members
In This Topic
The following tables list the members exposed by TrendlineChartSeries.
Public Constructors
Public Properties
| Name | Description |
| Data | A value that indicates the data of the trendline series. |
| FitType | A value that indicates the style of the series. |
| Order | A value defines the number of terms in polynom equation. It should be set to some integer value greater than 1. It works when the fitType is polynom, power, exponent, logarithmic and fourier. |
| SampleCount | A value specifies the sample count for function calculation. It works when the fitType is polynom, power, exponent, logarithmic and fourier. |
Top
See Also