Name | Description | |
---|---|---|
![]() | TrendlineChartSeries Constructor | Initializes a new instance of the TrendlineSeries class. |
The following tables list the members exposed by TrendlineChartSeries.
Name | Description | |
---|---|---|
![]() | TrendlineChartSeries Constructor | Initializes a new instance of the TrendlineSeries class. |
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. |