Package | Description |
---|---|
com.steema.teechart.functions |
Modifier and Type | Field and Description |
---|---|
static TrendStyle |
TrendStyle.EXPONENTIAL
Exponential fit.
|
static TrendStyle |
TrendStyle.LOGARITHMIC
Logarithmic fit.
|
static TrendStyle |
TrendStyle.NORMAL
Normal linear fit.
|
Modifier and Type | Method and Description |
---|---|
TrendStyle |
BaseTrend.getTrendStyle()
Method used for calculating trendline.
Default value: TrendStyle.Normal |
Modifier and Type | Method and Description |
---|---|
void |
BaseTrend.setTrendStyle(TrendStyle value)
Defines different methods for calculating trendline.
Default value: TrendStyle.Normal |